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