Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/channels / / ChannelAccessPolicyKind

Type Alias: ChannelAccessPolicyKind

ts
type ChannelAccessPolicyKind = "pairing" | "allowlist" | "open" | "disabled";

Defined in: packages/channels/src/access.ts:28

The four access policy kinds.

Stable