Member Junction
    Preparing search index...
    interface FormChromeGroup {
        Icon: string;
        IsLead?: boolean;
        IsMore: boolean;
        Key: string;
        SectionKeys: string[];
        Title: string;
    }
    Index

    Properties

    Icon: string
    IsLead?: boolean

    Primary contribution that owns its own rail item and sorts in the lead band (before Details). Overview is the usual case.

    IsMore: boolean

    True when this group is the More bucket (Detail related grids).

    Key: string
    SectionKeys: string[]
    Title: string