@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface FullBitInfo

    One bit in full output.

    interface FullBitInfo {
        bitGroups?: string[];
        body: BodyRulesInfo;
        cardSet?: FullCardSetInfo;
        deprecated?: string;
        description?: string;
        id: number;
        mappingKeys?: Record<string, string>;
        migrateTo?: string;
        name: string;
        requiredResource?: string;
        resourceAttachment: ResourceAttachment;
        tags: FullTagInfo[];
        title?: string;
        titles?: Record<string, string>;
    }
    Index
    bitGroups?: string[]
    cardSet?: FullCardSetInfo

    Only present when the bit has a card set.

    deprecated?: string

    Only present when the bit is deprecated.

    description?: string

    As CompactBitInfo.description — info-meta only.

    id: number
    mappingKeys?: Record<string, string>

    Bit-level mapping keys, where the config authors them. info-meta only.

    migrateTo?: string

    Only present when a migration target exists.

    name: string
    requiredResource?: string

    Required resource name — only present when one is required.

    resourceAttachment: ResourceAttachment

    This bit's resource-attachment rule.

    tags: FullTagInfo[]
    title?: string
    titles?: Record<string, string>