componentMetadata

Registers a type as a component

template componentMetadata (
T
) if (
isComponent!T
) {}

Members

Functions

register
void register()

Runtime function, registers serializers.

Manifest constants

fieldList
enum fieldList;

A list of fields on the component.

instanceSize
enum instanceSize;

The size of an instance of the component.

name
enum name;

The name of the component.

Meta