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

    Interface HideControls

    Options for hiding specific controls in the editor.

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

    Properties

    newSpec?: boolean

    Hides the new specification control when true.

    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.