AbstractProtectedconstructorReadonlydataThe raw parsed JSON data of the asset file.
ReadonlydocstringsAll JSDoc-style comment blocks parsed from this asset's source file,
in document order. Empty array when no /** … */ blocks are present.
ReadonlyfileAbsolute path to the asset's file on disk. Empty string in browser mode.
Base class for every file-backed game-object wrapper in bedrockKit (items, blocks, entities, loot tables, animations, etc.).
JSDoc-style comment blocks written inside the backing JSON file are parsed eagerly at construction time and exposed as
docstrings. This lets you attach structured docs directly inside your addon JSON files: