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:
| Name | Type | Description |
|---|---|---|
type | string | RECORD type |
name | string | RECORD component name |
blockUrl | string | The URL to the source RECORD. |
isAtom | boolean | True if the RECORD is one of the RAPID atomic data types: num, bool, string, dnum, byte |
children | array.<API.RAPID.RecordData> | The child parts owned by the RECORD |
isUnknownAtom | boolean | True if the RECORD is in atomic type that does not included by any known ones. |
value | any | The value of the RECORD data |
- Source