g3-toolkit API Reference
    Preparing search index...

    Interface ApplyContext

    interface ApplyContext {
        cy: Core | null;
        setSpec?: (spec: EncodingSpec) => void;
    }
    Index

    Properties

    Properties

    cy: Core | null
    setSpec?: (spec: EncodingSpec) => void

    Receives the snapshot's spec (the host owns spec state).