Trevixal API
    Preparing search index...

    Interface SourceModeOptions

    interface SourceModeOptions {
        format?: SourceFormat;
        onChange?: (active: boolean, format: SourceFormat) => void;
    }
    Index
    format?: SourceFormat

    Which source to show; switchable later with setFormat.

    onChange?: (active: boolean, format: SourceFormat) => void

    Called after entering or leaving source mode.