Open
Description
First, this library is awesome!
Is there a specific reason why I can not access the current data structure for a block when doing something like this? Or am I missing something?.
const block = this.api.getBlockByIndex(index)
block.data // data undefined
All I can access from the block object is...
config: (...)
holder: (...)
id: (...)
isEmpty: (...)
name: (...)
selected: (...)
stretched: (...)
Metadata
Metadata
Assignees
Labels
No labels