Skip to main content

Interface: WorkspaceEntityRefLookups

Defined in: packages/sdk/src/types/generated/entity_ref.ts:221

One workspace's worth of refs, on a mount that spans workspaces.

The grouping carries the scope the workspace mount takes from its path. A workspaceUuid the mount cannot reach is not rejected: the route resolves nothing for it and every ref in the group comes back UNRESOLVED, which is the same anti-enumeration answer a denied ref gets.

Properties

refs

refs: EntityRefLookup[]

Defined in: packages/sdk/src/types/generated/entity_ref.ts:224

Min Items

1


workspaceUuid

workspaceUuid: string

Defined in: packages/sdk/src/types/generated/entity_ref.ts:222