API.RAPID. RecordData

new RecordData(type, name, blockUrl, isAtom, children, isUnknownAtom, value)

This class represents a RAPID RECORD data type. This class includes some necessary properties to modelize RAPID RECORD and methods to handle RAPID RECORD, such as the methods to parse RECORD's data structure.

Parameters:
NameTypeDescription
typestring

RECORD type

namestring

RECORD component name

blockUrlstring

The URL to the source RECORD.

isAtomboolean

True if the RECORD is one of the RAPID atomic data types: num, bool, string, dnum, byte

childrenarray.<API.RAPID.RecordData>

The child parts owned by the RECORD

isUnknownAtomboolean

True if the RECORD is in atomic type that does not included by any known ones.

valueany

The value of the RECORD data

Extends