Ability
An ability is a collection of blocks that are always referenced by rules and loop blocks.
Metadata
abilityID
Type | string |
---|
The ability's unique identifier, referenced in rules and loop blocks.
"abilityID": "561D32F8-FD6B-45E0-9DFF-3191085E2351-3248-00005BE3B1E67098"
blocks
Type | array |
---|
Contains block objects in the ability.
"blocks": []
createdAt
Type | number |
---|
The creation timestamp of the ability, representing the number of seconds since January 1, 2001, 00:00 UTC.
Used to order custom blocks in the app's block picker.
"createdAt": 528311636.47971
Metadata (Custom Block)
name
Type | string |
---|
The display name of a custom block.
If empty, a custom block will not appear in the app's block picker. Blocks with identical names can coexist without issues.
"name": "Do a Cool Trick"