Skip to main content

Variable: kNullSchema

const kNullSchema: Schema

Defined in: cfds/base/schema.ts:235

The null schema is used to reserve keys for items that they're schema isn't known yet. It's also used to simplify the internal diff/patch logic.

Null items can't be persisted, and aren't synchronized across the network.