Interface Object<TBoot, TOptions>

Schema processing feature interface.

Type Parameters

  • in TBoot

    Type of schema processing bootstrap.

  • in TOptions = void

    Type of supported schema constraint options.

Hierarchy

  • Object

Methods

Methods

  • Enables this feature in schema processor at bootstrap.

    Called when feature enabled in processor, at most once per processor.

    Parameters

    • boot: TBoot

      Schema processing bootstrap.

    Returns void | Handle<TOptions>

    Either feature handle when this feature supports schema constraints, or nothing otherwise.

Generated using TypeDoc