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

    Type Alias GroupSmartStandardTableImageNonNormative

    type GroupSmartStandardTableImageNonNormative = {
        accessibilityGroupTag?: GroupSmartStandardTableImageNonNormativeAccessibilityGroupTag[];
        aiGenerated?: boolean;
        anchor?: string;
        avatarImage?: unknown;
        backgroundWallpaper?: unknown;
        caption?: BitmarkPlus;
        diffTo?: string;
        example?: BitmarkPlus;
        hint?: BitmarkPlus;
        imagePlaceholder?: unknown;
        instruction?: BitmarkPlus;
        isCollapsible?: boolean;
        isExample?: boolean;
        isTemplate?: boolean;
        isTemplateStripTheme?: boolean;
        item?: BitmarkPlus;
        lead?: BitmarkPlus;
        marginNumber?: BitmarkPlus;
        pageNumber?: BitmarkPlus;
        tableAutoWidth?: boolean;
        tableColumnMinWidth?: number;
        tableFixedHeader?: boolean;
        tableHeaderWhitespaceNoWrap?: boolean;
        tableHeight?: number;
        tablePagination?: boolean;
        tablePaginationLimit?: number;
        tableResizableColumns?: boolean;
        tableSearch?: boolean;
        tableSort?: boolean;
        tableWhitespaceNoWrap?: boolean;
    }
    Index
    aiGenerated?: boolean
    anchor?: string
    avatarImage?: unknown
    backgroundWallpaper?: unknown
    caption?: BitmarkPlus
    diffTo?: string
    example?: BitmarkPlus
    imagePlaceholder?: unknown
    instruction?: BitmarkPlus
    isCollapsible?: boolean
    isExample?: boolean
    isTemplate?: boolean
    isTemplateStripTheme?: boolean
    marginNumber?: BitmarkPlus
    pageNumber?: BitmarkPlus
    tableAutoWidth?: boolean
    tableColumnMinWidth?: number
    tableFixedHeader?: boolean
    tableHeaderWhitespaceNoWrap?: boolean
    tableHeight?: number
    tablePagination?: boolean
    tablePaginationLimit?: number
    tableResizableColumns?: boolean
    tableSearch?: boolean
    tableSort?: boolean
    tableWhitespaceNoWrap?: boolean