Type alias IActionPropertyItem<T, Prop>

IActionPropertyItem<T, Prop>: IPropertyItem<T, Prop> & {
    replaceBoundAction(action) => void;
}

A property item which supports bound actions and replacing the bound action

Type Parameters

Type declaration

  • replaceBoundAction:function