Interface IConfigurableExtension<T>

Dynamically configurable editor extension interface.

Type Parameters

  • T

Hierarchy

  • IConfigurableExtension

Methods

  • Create an editor extension for the provided value.

    Parameters

    • value: T

      Editor extension parameter value

    Returns Extension

    The editor extension

  • Reconfigure an editor extension.

    Notes

    Return null if the value does not trigger a state effect. In particular for immutable extension.

    Parameters

    • value: T

      Editor extension value

    Returns StateEffect<T>

    Editor state effect

Generated using TypeDoc