Allow custom properties in the constructor using the properties option
This commit is contained in:
@@ -164,6 +164,7 @@ const INTERVALS = [
|
||||
* [30, 10]
|
||||
* ```
|
||||
* @property {boolean} [wrapX=true] Whether to repeat the graticule horizontally.
|
||||
* @property {Object<string, *>} [properties] Arbitrary observable properties. Can be accessed with `#get()` and `#set()`.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user