Global

Type Definitions

DefinePropArgsTuple

Arguments list for `defineProp` and/or `defineEnumProp` (note: some parts of array/tuple are options (namely the last two args)); E.g., ``` [String, [someTarget], 'somePropName', 'someDefaultValue] // ... ```

Descriptor

PropsDefinerCall(argsTuple, target) → {Array.<TargetDescriptorTuple>}

Same type as `defineProp` and `defineEnumProp`
Parameters:
Name Type Description
argsTuple DefinePropArgsTuple
target Target
Returns:
Array.<TargetDescriptorTuple>

Target

TargetDescriptorTuple

TypeRef()

Type reference. Either actual type or type's name; E.g., `Type.name`