Interfaces
Interfaces
IFilteredSurfaceItems
Properties
imagePlaceholders
imagePlaceholders: PlaceholderItem[];
inStringPlaceholders
inStringPlaceholders: InStringPlaceholder[];
layoutItems
layoutItems: Item[];
newItems
newItems: Item[];
removedItems
removedItems: Item[];
textItems
textItems: BaseTextItem[];
IFilterInStringInfoResult
Properties
otherItems
otherItems: IItemChangedInfo[];
placeholdersData
placeholdersData: IPlaceholderData[];
IItemChangedInfo
Extended by
Properties
id
id: string;
isEditable
isEditable: boolean;
isMainContainerOrChannelItem
isMainContainerOrChannelItem: boolean;
type
type: ItemType;
IPlaceholderData
Properties
placeholder
placeholder: IInStringPlaceholder;
relatedItemsIds
relatedItemsIds: string[];
IPlaceholderItemChangedInfo
Extends
Properties
contentSourceId
contentSourceId: string;
id
id: string;
Inherited from
isEditable
isEditable: boolean;
Inherited from
isMainContainerOrChannelItem
isMainContainerOrChannelItem: boolean;
Inherited from
IItemChangedInfo.isMainContainerOrChannelItem
type
type: ItemType;
Inherited from
ITextItemChangedInfo
Extends
Properties
id
id: string;
Inherited from
isEditable
isEditable: boolean;
Inherited from
isMainContainerOrChannelItem
isMainContainerOrChannelItem: boolean;
Inherited from
IItemChangedInfo.isMainContainerOrChannelItem
placeholders
placeholders: IInStringPlaceholder[];
text
text: string;
type
type: ItemType;
Inherited from
IUserChangedObjects
Properties
changedImagePlaceholders
changedImagePlaceholders: PlaceholderItem[];
changedInStringPlaceholders
changedInStringPlaceholders: InStringPlaceholder[];
changedTextItems
changedTextItems: BaseTextItem[];
layoutItems
layoutItems: Item[];
newItems
newItems: Item[];
removedItems
removedItems: Item[];
surfaceWithChangedMockup
surfaceWithChangedMockup: Surface[];
unchangedItems
unchangedItems: Item[];
Type Aliases
SurfacesInfo
type SurfacesInfo = object;
Index Signature
[surfaceId: string]: IItemChangedInfo[]