Interface IComputedEditorOptions
Expand description
interface IComputedEditorOptions {
get<T extends EditorOption>(
id: T,
): FindComputedEditorOptionValueById<T>;
}interface IComputedEditorOptions {
get<T extends EditorOption>(
id: T,
): FindComputedEditorOptionValueById<T>;
}
All computed editor options.