Inspector.properties

Return a list of properties that component holds.

interface Inspector(ComponentType, KeyType = string)
const nothrow
KeyType[]
properties
(
ComponentType component
)

Parameters

component ComponentType

the component with fields

Return Value

Type: KeyType[]

an arary of property identities.

Meta