class MetaProperties

MetaProperties manager

Methods

static array
serialize(array $properties)

Provided an array or config item of property classes, will serialize and return labels and types

static string
propertyForType(string $type)

Return property class for given React type

Details

at line line 20
static array serialize(array $properties)

Provided an array or config item of property classes, will serialize and return labels and types

Parameters

array $properties Requested property types

Return Value

array

at line line 49
static string propertyForType(string $type)

Return property class for given React type

Parameters

string $type React type

Return Value

string Class name