Interface IComputedEditorOptions

Expand description

All computed editor options.

interface IComputedEditorOptions {
    get<T extends EditorOption>(
        id: T,
    ): FindComputedEditorOptionValueById<T>;
}

Methods§

§

get<T extends EditorOption>(
    id: T,
): FindComputedEditorOptionValueById<T>