interface HTMLCodeMirrorOptions {
    value?: string;
}

Properties

Properties

value?: string

The initial editor contents.