Struct Property

Parent

A reflection object representing a struct property.

Functions

getSubclass () → subclass : Object<Struct>

Returns the subclass type of this struct. Meaning, the stored structs need to be of this type.

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

Get Subclass

Return Values
Name Type Description

Subclass subclass

Object<Struct>

The subclass of this struct.