@teemo6/gui4vega_react - v0.0.14
    Preparing search index...

    Interface VegaEditorProps

    Props for VegaEditor.

    interface VegaEditorProps {
        height: string;
        width?: string;
        importedData?: ImportedData;
        hideControls?: boolean | HideControls;
    }
    Index

    Properties

    height: string

    Required editor container height (e.g. "700px", "80vh").

    width?: string

    Optional editor container width (e.g. "100%", "1200px").

    importedData?: ImportedData

    Optional imported data used to initialize the editor state. If not provided, the editor will initialize with a default Vega spec.

    hideControls?: boolean | HideControls

    Hides the controls panel when true. Can also be an object to specify which controls to hide individually.