The main interface for interacting with the plugin.

Hierarchy

  • Plugin

Methods

  • Get notified when the design selection changes (i.e. a design is selected, design selection is closed, or changed, the colors or the scale change) Use getSelectedDesign to retrieve the current state.

    Parameters

    • callback: (() => void)
        • (): void
        • Returns void

    Returns void

  • Supplies a new config to the plugin. The new config will immediately be reflected by the UI

    Parameters

    Returns void

Generated using TypeDoc