add meta property to AbstractType
This commit is contained in:
parent
24bca2af43
commit
53e2c83f86
@ -197,6 +197,13 @@ export class AbstractType {
|
|||||||
* @type {null | Array<ListIterator>}
|
* @type {null | Array<ListIterator>}
|
||||||
*/
|
*/
|
||||||
this._searchMarker = null
|
this._searchMarker = null
|
||||||
|
/**
|
||||||
|
* You can store custom stuff here.
|
||||||
|
* This might be useful to associate your application state to this shared type.
|
||||||
|
*
|
||||||
|
* @type {Map<any, any>}
|
||||||
|
*/
|
||||||
|
this.meta = new Map()
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user