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

    Interface HideControls

    Options for hiding specific controls in the editor.

    interface HideControls {
        import?: boolean;
        export?: boolean;
        view?: boolean;
    }
    Index

    Properties

    Properties

    import?: boolean

    Hides the import control when true.

    export?: boolean

    Hides the export control when true.

    view?: boolean

    Hides the view actions (e.g. Vega actions menu) when true.