A type registry for ember-headless-table Plugin's Preferences.
Meant to be declaration-merged so string lookups resolve to the correct type.
And so that accessing the full "preferences" object from "persist"
and within "restore" can be fully typed.
This also helps out with Glint, as unknown types are not allowed to be rendered
As a plugin author, to help define what your preferences shape is, you may
A type registry for ember-headless-table Plugin's Preferences. Meant to be declaration-merged so string lookups resolve to the correct type.
And so that accessing the full "preferences" object from "persist" and within "restore" can be fully typed. This also helps out with Glint, as
unknown
types are not allowed to be renderedAs a plugin author, to help define what your preferences shape is, you may