@versatiles/style
    Preparing search index...

    Interface StyleOptionsRecord

    What readStyleOptions recovered from a style.

    interface StyleOptionsRecord {
        builder: StyleBuilder;
        options: Record<string, unknown>;
        version: number;
    }
    Index
    builder: StyleBuilder
    options: Record<string, unknown>

    The options as they were recorded — feed them back into the matching builder.

    version: number