Class ContentPermissions
Constructors
(constructor)()
Constructs a new instance of the ContentPermissions class
Declaration
Properties
_onPermissionsChanged
Declaration
protected _onPermissionsChanged: () => void;
Property Value
| Type |
Description |
| () => void |
|
barcodePermissions
Declaration
get barcodePermissions(): BarcodePermissions;
set barcodePermissions(value: BarcodePermissions);
Property Value
imagePermissions
Declaration
get imagePermissions(): ImagePermissions;
set imagePermissions(value: ImagePermissions);
Property Value
propertyChanged
Declaration
propertyChanged: EventObject<unknown>;
Property Value
Methods
clone()
Declaration
clone(): ContentPermissions;
Returns
equals(p)
Declaration
equals(p: ContentPermissions): boolean;
Parameters
Returns
getSimplifiedObject()
Declaration
getSimplifiedObject(): {
imagePermissions: Object;
barcodePermissions: Object;
};
Returns
| Type |
Description |
| {
imagePermissions: Object;
barcodePermissions: Object;
} |
|