Constructors
constructor
-
Parameters
Properties
declaredClass
declaredClass: string
destroyed
destroyed: boolean
initialized
initialized: boolean
Methods
Protected _get
- _get(propertyName: string): any
- _get<T>(propertyName: string): T
-
Parameters
Returns any
-
Type parameters
Parameters
Returns T
Protected _set
- _set<T>(propertyName: string, value: T): Accessor
-
Type parameters
Parameters
-
propertyName: string
-
value: T
destroy
-
Returns void
get
- get<T>(propertyName: string): T
- get(propertyName: string): any
-
Type parameters
Parameters
Returns T
-
Parameters
Returns any
Protected notifyChange
- notifyChange(propertyName: string): void
-
Parameters
Returns void
set
-
Type parameters
Parameters
-
propertyName: string
-
value: T
-
Parameters
watch
-
Parameters
-
path: string | string[]
-
-
Optional sync: boolean