Interface ICodeBlockOptions

Code block description.

interface ICodeBlockOptions {
    ceEditor: Document.IEditor;
    type: string;
    value: string;
}

Properties

Properties

ceEditor: Document.IEditor

CodeEditor accessor

type: string

Type of the cell holding this block

value: string

Editor text

This must always be available and should come from the document model directly.