Appearance
type PrimitiveOperatorArg = number | boolean | string;
Defined in: renderer/type.ts:307
Primitive operator argument.
1.0.0
Simon Kovtyk