Browse Packages

GateContextValue

This type is used by an exported signature but is not directly exported from @plandalf/react's package entrypoint. It is shown here from components/Gate.tsx:9 so the signature can be inspected fully.

interface GateContextValue {
  name: string;
  access: boolean | null;
  checking: boolean;
  trigger: (sync?: GateSyncCallback, options?: Partial<FlowOpenOptions>) => Promise<GateResult>;
}

Feature detail