ContextId


interface ContextId {
  id: number
  payload?: unknown
  getParent(info: HostComponentInfo)?: ContextId
}

Properties

Property Description
id: number Read-only.
payload?: unknown

Methods

getParent()


getParent(info: HostComponentInfo)?: ContextId

Parameters

Option Type Description
info HostComponentInfo

Returns

ContextId