WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.53k stars 4.21k forks source link

Undocumented dynamically created properties #67142

Open Lovor01 opened 2 days ago

Lovor01 commented 2 days ago

Dynamically created entities

In docs/reference-guides/data/data-core.md only four dynamically created entities are documented, while looking at packages/core-data/src/entities.js reveals there is much more of them. I suggest docummenting them all.

manzoorwanijk commented 1 day ago

66997 is an attempt to do that.

Lovor01 commented 14 hours ago

#66997 is an attempt to do that.

Not actually, this is attempt to document this in code and create TypeScript types, while I opened this as a need to document them in official documentation.

manzoorwanijk commented 11 hours ago

this is attempt to document this in code and create TypeScript types, while I opened this as a need to document them in official documentation.

Once we have them defined in code, we can configure doc generator to make use of that code.