vega-embed
    Preparing search index...

    Interface Result

    interface Result {
        embedOptions: EmbedOptions;
        finalize: () => void;
        spec: VisualizationSpec;
        vgSpec: Spec;
        view: View;
    }
    Index

    Properties

    embedOptions: EmbedOptions

    The Vega-Embed options.

    finalize: () => void

    Removes references to unwanted behaviors and memory leaks. Calls Vega's view.finalize.

    The input specification.

    vgSpec: Spec

    The compiled and patched Vega specification.

    view: View

    The Vega view.