Type alias: IActionPropertyItem<T, Prop>
IActionPropertyItem<
T
,Prop
>:IPropertyItem
<T
,Prop
> &object
A property item which supports bound actions and replacing the bound action
Type declaration
replaceBoundAction()
Parameters
Parameter | Type |
---|---|
action | RegisteredAction <NoArgsAction > |
Returns
void
Type parameters
Type parameter |
---|
T extends PropertyBag |
Prop extends keyof T & string |