@relisa/gui4vega - v0.1.0
    Preparing search index...

    Interface VegaEditorRef

    Imperative handle exposed by VegaEditor.

    interface VegaEditorRef {
        getCode: () => string;
    }
    Index

    Properties

    Properties

    getCode: () => string

    Returns the current Vega spec code/state shown by the editor.