Interface FrameCloneOptions

interface FrameCloneOptions {
    name?: string;
    repack?: boolean;
    uid?: string;
}

Hierarchy (view full)

Properties

Properties

name?: string

User friendly name of the node Used for querying a node by its name.

repack?: boolean

Create a new data frame with the added objects any data other than data objects is not cloned.

uid?: string

Manually set the unique identifier of the node