Class PlaceholderItem
Inheritance
PlaceholderItem
Constructors
(constructor)(sourceRec)
Constructs a new instance of the PlaceholderItem class
Declaration
constructor(sourceRec?: RectangleF);
Parameters
Properties
allowedSubfolder
Declaration
allowedSubfolder: string;
Property Value
allowedTabs
Declaration
Property Value
| Type |
Description |
| string[] |
|
Declaration
barcodeFormat: BarcodeFormat;
Property Value
bottomFrames
Declaration
get bottomFrames(): ContentItem[];
set bottomFrames(value: ContentItem[]);
Property Value
content
Declaration
get content(): ContentItem;
set content(value: ContentItem);
Property Value
contentEffect
Declaration
get contentEffect(): number;
set contentEffect(value: number);
Property Value
contentFillColor
Declaration
get contentFillColor(): Color;
set contentFillColor(value: Color);
Property Value
contentHorizontalAlignment
Declaration
contentHorizontalAlignment: HorizontalContentAlignment;
Property Value
contentOverlayEffect
Declaration
get contentOverlayEffect(): OverlayEffect;
set contentOverlayEffect(value: OverlayEffect);
Property Value
contentPermissions
Declaration
get contentPermissions(): ContentPermissions;
set contentPermissions(value: ContentPermissions);
Property Value
contentResizeMode
Declaration
get contentResizeMode(): ResizeMode.Fit | ResizeMode.Fit | ResizeMode;
set contentResizeMode(value: ResizeMode);
Property Value
contentVerticalAlignment
Declaration
contentVerticalAlignment: VerticalContentAlignment;
Property Value
fixedStubContentSize
Declaration
fixedStubContentSize: boolean;
Property Value
imageContent
Declaration
get imageContent(): ImageItem;
Property Value
| Type |
Description |
| ImageItem |
|
isBarcodePlaceholder
Declaration
get isBarcodePlaceholder(): boolean;
Property Value
isCoverMode
Declaration
get isCoverMode(): boolean;
set isCoverMode(value: boolean);
Property Value
isEmptyContent
Declaration
get isEmptyContent(): boolean;
Property Value
isFrame
Declaration
Property Value
isStubContent
Declaration
get isStubContent(): boolean;
set isStubContent(value: boolean);
Property Value
isStubOrEmpty
Declaration
get isStubOrEmpty(): boolean;
Property Value
linkId
Declaration
Property Value
placeholderPermissions
Declaration
get placeholderPermissions(): PlaceholderPermissions;
set placeholderPermissions(value: PlaceholderPermissions);
Property Value
Declaration
stubStorageMeta: ImageMetaData;
Property Value
topFrames
Declaration
get topFrames(): ContentItem[];
set topFrames(value: ContentItem[]);
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
violationSettings
Declaration
get violationSettings(): ImageViolationSettings;
set violationSettings(value: ImageViolationSettings);
Property Value
| Type |
Description |
| ImageViolationSettings |
|
Methods
_canSetIsVariable()
Declaration
protected _canSetIsVariable(): boolean;
Returns
_copy(source, destination, generateNewIds, appropriateParentContainer)
Declaration
protected _copy(source: PlaceholderItem, destination: PlaceholderItem, generateNewIds: boolean, appropriateParentContainer: boolean): void;
Parameters
Returns
_setViolationSettings(value, skipTypeCheck)
Declaration
protected _setViolationSettings(value: ImageViolationSettings, skipTypeCheck?: boolean): void;
Parameters
| Type |
Name |
Description |
| ImageViolationSettings |
value |
|
| boolean |
skipTypeCheck |
|
Returns
applyPermissionsConstrain()
Declaration
applyPermissionsConstrain(): void;
Returns
clone(generateNewIds, appropriateParentContainer)
Declaration
clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): PlaceholderItem;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
| boolean |
appropriateParentContainer |
|
Returns
equals(other)
Declaration
equals(other: PlaceholderItem): boolean;
Parameters
Returns
getImagePermissions()
Declaration
getImagePermissions(): import("./ImagePermissions").ImagePermissions;
Returns
getSimplifiedObject()
Declaration
getSimplifiedObject(): Object;
Returns
updateContentAndFrames(func)
Declaration
updateContentAndFrames(func: (x: ContentItem) => void): void;
Parameters
Returns