跳到主要内容

flywave-mapview.mapview.removedynamicproperty

Home > @flywave/flywave-mapview > MapView > removeDynamicProperty

MapView.removeDynamicProperty() method

Removes the given dynamic property from this MapView.

Signature:

removeDynamicProperty(name: string): void;

Parameters

Parameter

Type

Description

name

string

The name of the property to remove.

Returns:



void

## Remarks

Property names starting with a `$`<!-- -->-sign are reserved and any attempt to change their value will result in an error.