Constructors
Constructs a new instance of the ItemToolbarPermissions class
Declaration
constructor(defaultValue?: boolean);
Parameters
| Type |
Name |
Description |
| boolean |
defaultValue |
|
Properties
Declaration
propertyChanged: EventObject<unknown>;
Property Value
Declaration
get showDeleteButton(): boolean;
set showDeleteButton(value: boolean);
Property Value
Declaration
get showEditButton(): boolean;
set showEditButton(value: boolean);
Property Value
Declaration
get showEditButtonConstraint(): boolean;
set showEditButtonConstraint(value: boolean);
Property Value
Declaration
showHandleButton: boolean;
Property Value
Declaration
get showSelectButton(): boolean;
set showSelectButton(value: boolean);
Property Value
Declaration
showSelectButtonConstraint: boolean;
Property Value
Declaration
Property Value
Declaration
Property Value
Methods
Declaration
clone(): ItemToolbarPermissions;
Returns
Declaration
equals(p: ItemToolbarPermissions): boolean;
Parameters
Returns
Declaration
getSimplifiedObject(): Object;
Returns