Skip to content
Sheetwrite

Sheetwrite / Documentation

ProtectionResolver@sheetwrite/core

Host-owned client UX permission callback for protected mutations.

Host-owned client UX permission callback for protected mutations.

Declaration

export type ProtectionResolver = (
request: ProtectionRequest,
) => "allow" | "deny";