Trevixal API
    Preparing search index...

    Interface CodeLanguageOption

    One selectable language. value is written to the block's attribute.

    interface CodeLanguageOption {
        icon?: IconName;
        label: string;
        value: string;
    }
    Index
    icon?: IconName

    Defaults to lang<Value> when that icon exists, else a generic glyph.

    label: string
    value: string