Skip to content
Sheetwrite

Sheetwrite / Documentation

ValidationPolicy@sheetwrite/core

Reject-or-warn policy attached to a data-validation rule.

Reject-or-warn policy attached to a data-validation rule.

Declaration

export type ValidationPolicy = "reject" | "warn" | "allow";