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

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

Type Parameters