Type Aliases

ActionToken

declaration

ActionToken<TMetadata> = Tagged<string, "ActionToken", TMetadata>

An action-token represents a unique action-identifier that can be implemented by a handler

Use defineActionToken to create a new action-token.

Use actionTokenRegistry to retrieve token-meta from a token.

Type Parameters

Type ParameterDefault type

TMetadata extends ActionTokenMetadata

ActionTokenMetadata