x4js - v2.2.49
    Preparing search index...
    interface IEditorOption<K extends EditorOption, V> {
        defaultValue: V;
        id: K;
        name: string;
        applyUpdate(value: V, update: V): ApplyUpdateResult<V>;
    }

    Type Parameters

    Index
    defaultValue: V
    id: K
    name: string