IDomainTableContext
Defined in: js-api/src/ui/domains/domains-editor.ts:185
The prefetched table context a SYNCHRONOUS widget factory needs: the typed
client plus the registry metadata and capabilities, resolved once by
domains.table(...) (which is why form(), grid() and friends need no await).
Capabilities are a SNAPSHOT taken when the context was acquired — the contract
the grid has always had, moved one level up: a later grant change (or a
grok.dapi.domains.invalidateUiCaches()) does not reach widgets already built
from this context; re-acquire the handle to re-gate.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
capabilities | readonly | DomainTableCapabilities | - | js-api/src/ui/domains/domains-editor.ts:190 |
client | readonly | AnyDomainTableClient | - | js-api/src/ui/domains/domains-editor.ts:186 |
info | readonly | DomainTableInfo | - | js-api/src/ui/domains/domains-editor.ts:189 |
properties | readonly | Property[] | Registry Property metadata of the table's declared columns. | js-api/src/ui/domains/domains-editor.ts:188 |
table | readonly | string | '<schema>.<table>'. | js-api/src/ui/domains/domains-editor.ts:192 |