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

    Interface Group

    interface Group {
        Columns: TableColumn[];
        FormRows?: FormRow[];
        MaxItems?: number;
        Name: string;
        ShowResetButton?: boolean;
        Source: ISearchWpGroupSource;
        View?: { List: string; ViewTitle: string };
    }
    Index

    Properties

    Columns: TableColumn[]
    FormRows?: FormRow[]
    MaxItems?: number
    Name: string
    ShowResetButton?: boolean
    Source: ISearchWpGroupSource
    View?: { List: string; ViewTitle: string }