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

    Interface ISPFieldBase

    interface ISPFieldBase {
        DefaultValue: any;
        Description: string;
        Hidden: boolean;
        InternalName: string;
        ReadOnlyField: boolean;
        Required: boolean;
        Title: string;
        TypeAsString: TypeAsString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    DefaultValue: any
    Description: string

    The field's description shown below the input. Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldDescription"). The key is resolved from the form's Resources translation table.

    Hidden: boolean
    InternalName: string
    ReadOnlyField: boolean
    Required: boolean
    Title: string

    The field label shown next to the input. Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldTitle"). The key is resolved from the form's Resources translation table.

    TypeAsString: TypeAsString