Type alias: StyleSetterOptions¶
Ƭ StyleSetterOptions: Object
Supporting type to add validation to another style related type
Type declaration¶
Name | Type | Description |
---|---|---|
validate? |
boolean |
Whether to check if the filter conforms to the VietMap Style Specification. Disabling validation is a performance optimization that should only be used if you have previously validated the values you will be passing to this function. |
Defined in¶
src/style/style.ts:103