Type Alias DesktopStylerContextBeta

DesktopStylerContext: {
    graph: GraphSpec;
    selected?: GraphSpec;
}

Context for desktop styler.

Type declaration

  • Betagraph: GraphSpec

    Graph specification.

  • Optional Betaselected?: GraphSpec

    Selected graph specification.