interface EditorInputConfig {
    engine: string;
    height: number;
    editable: boolean;
    button: boolean;
    collaborate: boolean;
}

Properties

engine: string
height: number
editable: boolean
button: boolean
collaborate: boolean