@argdown/core
    Preparing search index...

    Interface IGroupSettings

    interface IGroupSettings {
        groupDepth?: number;
        ignoreIsClosed?: boolean;
        ignoreIsGroup?: boolean;
        regroup?: ISectionConfig[];
        sections?: { [key: string]: { isClosed?: boolean; isGroup?: boolean } };
    }
    Index

    Properties

    groupDepth?: number
    ignoreIsClosed?: boolean
    ignoreIsGroup?: boolean
    regroup?: ISectionConfig[]
    sections?: { [key: string]: { isClosed?: boolean; isGroup?: boolean } }