TaggedInspector.properties

Return a list of properties that component holds.

class TaggedInspector(Tagged : TaggedAlgebraic!(Union), Type, Union)
const nothrow
string[]
properties
(
Tagged component
)
if (
anySatisfy!(ApplyRight!(isD, Type), Fields!Union)
)

Parameters

component Tagged

the component with fields

Return Value

Type: string[]

an arary of property identities.

Meta