Skip to content

Interface: UsageOptions

Defined in: packages/providers/src/types.ts:52

Options that tune usage checks.

Properties

propertyPrefix?

ts
optional propertyPrefix?: string;

Defined in: packages/providers/src/types.ts:57

When set, a var(--name) whose name starts with this prefix but isn't a declared custom property is flagged as unknown. Off by default, since consumed properties are often external tokens.

Released under the MIT License