Constructors
constructor
constructor: any
Properties
Optional
type
type?: string
Methods
at
- at(name, type?): DataModelPath
Parameters
- name: string | number
Optional
type: string
toArray
- toArray(): (string | number)[]
Returns (string | number)[]
toString
- toString(includeType?): string
Parameters
Optional
includeType: boolean
Returns string
Utility for tracking location in the Matter data model. This location is used for diagnostics.
The path consists of a sequence of IDs, optionally with type information.