Trevixal API
    Preparing search index...

    Interface SelectOption

    A choice in a toolbar select (block format, font family, font size).

    interface SelectOption {
        label: string;
        previewStyle?: string;
        value: string;
    }
    Index
    label: string
    previewStyle?: string

    Inline style previewing the option in the list (font family/size).

    value: string