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