Back to Website
Show / Hide Table of Contents

Class AutoPreviewContainersSource

Package: @aurigma/design-atoms

Constructors

(constructor)(sourceSurface, itemsComparer)

Constructs a new instance of the AutoPreviewContainersSource class

Declaration
constructor(sourceSurface: Surface, itemsComparer: IItemsComparer);
Parameters
Type Name Description
Surface sourceSurface
IItemsComparer itemsComparer

Methods

addPreviewContainersChanged(listener)

Declaration
addPreviewContainersChanged(listener: (data: any) => any): void;
Parameters
Type Name Description
(data: any) => any listener
Returns
Type Description
void

ensureUpdatedAndExecuteAsync(asyncCallback)

Declaration
ensureUpdatedAndExecuteAsync(asyncCallback: () => Promise<void>): Promise<void>;
Parameters
Type Name Description
() => Promise<void> asyncCallback
Returns
Type Description
Promise<void>

getPreviewContainers()

Declaration
getPreviewContainers(): Container[];
Returns
Type Description
Container[]

removePreviewContainersChanged(listener)

Declaration
removePreviewContainersChanged(listener: (data: any) => any): void;
Parameters
Type Name Description
(data: any) => any listener
Returns
Type Description
void
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback