clone Method
Create a copy of this BackgroundMapSettings, optionally modifying some of its properties.
clone(changedProps?: BackgroundMapProps): BackgroundMapSettings
@returns A BackgroundMapSettings with all of its properties set to match those of this
, except those explicitly defined in changedProps
.
Parameter | Type | Description |
---|---|---|
changedProps | BackgroundMapProps | JSON representation of the properties to change. |
Returns - BackgroundMapSettings
A BackgroundMapSettings with all of its properties set to match those of this
, except those explicitly defined in changedProps
.
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.