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

    Interface FormField

    Tip

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

    interface FormField {
        FullWidth?: boolean;
        InternalName: string;
        ItemCompareType?: FormFieldCompareType;
        Order?: number;
        Title?: string;
    }

    Hierarchy

    • unknown
      • FormField
    Index

    Properties

    FullWidth?: boolean
    InternalName: string
    ItemCompareType?: FormFieldCompareType
    Order?: number
    Title?: string

    Overrides the field label displayed in the search form. When omitted, the label is taken from the SharePoint field Title (resolved by InternalName). Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldTitle"). The key is resolved from the web part's Resources translation table.