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

    Interface BitmarkOptions

    Options for bitmark generation

    interface BitmarkOptions {
        cardSetVersion?: 2;
        debugGenerationInline?: false;
        explicitTextFormat?: false;
        noBreakscaping?: false;
        prettifyJson?: number | boolean;
        spacesAroundValues?: number | boolean;
    }
    Index
    cardSetVersion?: 2

    bitmark v3 only — card set version 1 throws LegacyUnsupportedError at runtime.

    debugGenerationInline?: false

    Not supported — true throws LegacyUnsupportedError at runtime.

    explicitTextFormat?: false

    Not supported — true throws LegacyUnsupportedError at runtime.

    noBreakscaping?: false

    Not supported — true throws LegacyUnsupportedError at runtime.

    prettifyJson?: number | boolean
    spacesAroundValues?: number | boolean