Skip to content

DefinedDataViews

Defined in: wp-typia-dataviews/src/index.ts:605

TItem extends object

readonly optional actions?: readonly DataViewsAction<TItem>[]

Defined in: wp-typia-dataviews/src/index.ts:606


readonly optional defaultLayouts?: Readonly<Partial<Record<"grid" | "list" | "table" | "activity" | "pickerTable" | "pickerGrid", Readonly<Record<string, unknown>>>>>

Defined in: wp-typia-dataviews/src/index.ts:607


readonly defaultView: DataViewsView<TItem>

Defined in: wp-typia-dataviews/src/index.ts:608


readonly fieldMap: DefinedDataViewsFieldMap<TItem>

Defined in: wp-typia-dataviews/src/index.ts:609


readonly fields: readonly DataViewsResolvedField<TItem>[]

Defined in: wp-typia-dataviews/src/index.ts:610


readonly optional getItemId?: (item) => string

Defined in: wp-typia-dataviews/src/index.ts:611

TItem

string


readonly optional getItemLevel?: (item) => number

Defined in: wp-typia-dataviews/src/index.ts:612

TItem

number


readonly optional idField?: DataViewsItemIdField<TItem>

Defined in: wp-typia-dataviews/src/index.ts:613


readonly optional search?: boolean

Defined in: wp-typia-dataviews/src/index.ts:614


readonly optional searchLabel?: string

Defined in: wp-typia-dataviews/src/index.ts:615


readonly optional titleField?: Extract<keyof TItem, string>

Defined in: wp-typia-dataviews/src/index.ts:616


readonly createConfig: (options) => DataViewsConfig<TItem>

Defined in: wp-typia-dataviews/src/index.ts:617

DefineDataViewsConfigOptions<TItem>

DataViewsConfig<TItem>


readonly toFormConfig: (options?) => DataFormConfig<TItem>

Defined in: wp-typia-dataviews/src/index.ts:618

DataFormConfigOptions<TItem>

DataFormConfig<TItem>


readonly toQueryArgs: <TQuery>(view, …args) => Partial<TQuery>

Defined in: wp-typia-dataviews/src/index.ts:619

TQuery extends object = DataViewsQueryArgs

DataViewsView<TItem>

DataViewsQueryAdapterFactoryArguments<TItem, TQuery>

Partial<TQuery>