Class UmbModalToken<ModalDataType, ModalValueType>

Type Parameters

  • ModalDataType extends {
        [key: string]: any;
    } = {
        [key: string]: any;
    }
  • ModalValueType = unknown

Constructors

Properties

DATA: ModalDataType = ...

Get the data type of the token's data.

UmbModalToken

`typeof MyModal.TYPE`

undefined

VALUE: ModalValueType = ...

Get the value type of the token

UmbModalToken

`typeof MyModal.VALUE`

undefined

Methods

  • This method must always return the unique alias of the token since that will be used to look up the token in the injector.

    Returns string

    the unique alias of the token

""