@nospamproxy/core
    Preparing search index...
    interface GroupDefinition {
        header: CustomElementType<Constructable>;
        subGroups?: GroupDefinition[];
    }
    Index

    Properties

    Properties

    header: CustomElementType<Constructable>
    subGroups?: GroupDefinition[]