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 property explicitly set to undefinedwill receive its default value. | 
Returns - FlashSettings
A copy of these settings identical except as specified by options.
Defined in
Last Updated: 20 June, 2023