ContextId
interface ContextId {
id: number
payload?: unknown
getParent(info: HostComponentInfo)?: ContextId
}
Properties
Property | Description |
---|---|
id: number
|
Read-only. |
payload?: unknown
|
Methods
getParent() | ||||||
---|---|---|---|---|---|---|
Parameters
Returns |