@wpkernel/core / InteractionActionInput
Type Alias: InteractionActionInput<TArgs, TResult>
ts
type InteractionActionInput<TArgs, TResult> =
| InteractionActionBinding<TArgs, TResult>
| DefinedAction<TArgs, TResult>;User-facing value accepted when configuring interaction actions.
Type Parameters
TArgs
TArgs
TResult
TResult
