TreeINFO-For-M365 documentation
    Preparing search index...

    Interface Field

    Tip

    You can also modify field's SharePoint properties (see SPField)

    interface Field {
        FullWidth?: boolean;
        InternalName: string;
        ReadOnly?: boolean;
        TargetColumn?: string;
        Validation?: Validation;
    }
    Index

    Properties

    FullWidth?: boolean

    When true, the field spans the full width of the form, changing the layout from horizontal (label beside field) to vertical (label above field). This is useful for fields with longer content like AdvancedTable or Attachment.

    InternalName: string

    Internal name of the SharePoint field.

    ReadOnly?: boolean

    When true, the field becomes read-only.

    TargetColumn?: string
    Validation?: Validation

    Applies field validation.