API Reference > imodeljs-frontend > Rendering > FlashSettings > clone clone Method Create a copy of these settings identical except for properties explicitly specified by options. clone(options?: Mutable<Partial<FlashSettings>>): FlashSettings Parameter Type Description options Mutable<Partial<FlashSettings>> Overrides selected properties of these settings. Any property not supplied will retain its current value. Any propertyexplicitly set to undefined will receive its default value. Returns - FlashSettings A copy of these settings identical except as specified by options. Defined in core/frontend/src/FlashSettings.ts Line 89 Last Updated: 11 June, 2024