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

    Interface Group

    interface Group {
        Collapsed?: boolean;
        Columns?: Column[];
        Fields: Field[];
        Hidden?: boolean;
        Id?: string;
        Name: string;
    }
    Index

    Properties

    Collapsed?: boolean

    When true, the group is rendered in a collapsed (closed) state. The group header remains visible and the user can expand it by clicking.

    false
    
    Columns?: Column[]
    Fields: Field[]
    Hidden?: boolean
    false
    
    Id?: string

    Unique group identifier. This property allows you to interact with the form group through custom script.

    Name

    Name: string

    Display name that is shown in the UI.