Interface VeronaEditorOptions

Editor configuration options

interface VeronaEditorOptions {
    debug?: boolean;
    allowedOrigin?: string;
}

Properties

debug?: boolean

Enable debug logging

allowedOrigin?: string

Allowed origin for postMessage security