DomainPermission
DomainPermission =
"View"|"Edit"|"Delete"|"Share"|"Extend"|string&object
Defined in: js-api/src/domains.ts:165
Grantable permission on a domain registry entity (table, schema, or column schema).
'Extend' is grantable on SCHEMA entities only — it lets the holder add their own
tables and columns to a package-managed schema the plugin opted in to. Any other
string is a CUSTOM permission the table declares (permissions in schema.json),
grantable on that table only and read back as can.<name> / ~can_<name>.