Interface CloneOptions

Clone options.

interface CloneOptions {
    generateNewIds: boolean;
}

Properties

Properties

generateNewIds: boolean

Pass true to generate new internal ids for models rather than reusing them. (Default is true)