DATAVIEWS_LAYOUT_TYPES
constDATAVIEWS_LAYOUT_TYPES: readonly ["table","grid","list","activity","pickerTable","pickerGrid"]
Defined in: wp-typia-dataviews/src/index.ts:10
Stable wp-typia-owned DataViews layout identifiers.
Remarks
Section titled “Remarks”These names mirror the WordPress DataViews layouts that generated admin surfaces are expected to target first. Keeping the union local lets wp-typia absorb upstream Gutenberg churn without making generated projects depend on Gutenberg’s internal TypeScript declarations as their public contract.