Skip to main content

DOMAIN_ACCESS_COLUMNS

const DOMAIN_ACCESS_COLUMNS: readonly ["~can_edit", "~can_delete", "~can_share"]

Defined in: js-api/src/domains.ts:78

The per-row service columns a withAccess query adds (see DomainQuerySpec.withAccess): booleans saying whether the CALLER may edit / delete / share that row, plus ~can_<name> per permission the table declares (permissions in schema.json). ~can_share is null off row mode — only row-mode tables carry per-row Share. Never exported.