BooleanNumber
Numeric flags used by snapshot fields: TRUE is 1 and FALSE is 0. These flags are distinct from plain JavaScript boolean cell values.
Import
TypeScript
import { BooleanNumber } from '@univerjs/core'Definition
TypeScript
enum BooleanNumber { FALSE = 0, TRUE = 1,}Package: @univerjs/core · Type definitions
How is this guide?