qmlcore icon indicating copy to clipboard operation
qmlcore copied to clipboard

Docs: keep inherited stuff within the component

Open vkrv opened this issue 8 years ago • 0 comments

Add to documentation to particular component information about it's inheritance tree (e.g. WebItem->Rectangle->Item), so inherited properties and methods can be easily accessible. Having kind of inheritance structure would be nice: "interits": { "name": "Rectangle", "ref": "core/Ractangle", "inherits": { "name": "Item", "ref": "core/Item", "inherits": { "name": "Object", "ref": null, "inherits": null } } }

vkrv avatar Jan 16 '17 15:01 vkrv