Skip to content

DATAVIEWS_LAYOUT_TYPES

const DATAVIEWS_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.

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.