I’ve been searching through WordPress docs and internet but I can’t find a list of data selectors for Gutenberg editor. Example data selector:
wp.data.select('core/block-editor');
I know a few other selectors other than core/block-editor
but I want to know all the available options.
So where can I find the list of data selectors for Post/Page Gutenberg editor and Widgets Gutenberg editor?