Skip to content
module@warp-drive/schema-dsl

Defined in: entities/trait.ts:17

Options accepted by the Trait decorator.

Properties

mode?

ts
optional mode?: "legacy" | "polaris";

Defined in: entities/trait.ts:24

The mode this trait is valid for use with: 'polaris' compiles a PolarisTrait, 'legacy' compiles a LegacyTrait.

Released under the MIT License.