Interface IComputedEditorOptions

All computed editor options.

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

Methods

Methods