DataViewsAction
Defined in: wp-typia-dataviews/src/index.ts:259
Type Parameters
Section titled “Type Parameters”TItem extends object = DataViewsRecord
Properties
Section titled “Properties”callback
Section titled “callback”
readonlycallback: (items,context) =>void|Promise<void>
Defined in: wp-typia-dataviews/src/index.ts:260
Parameters
Section titled “Parameters”readonly TItem[]
context
Section titled “context”DataViewsActionContext<TItem>
Returns
Section titled “Returns”void | Promise<void>
context?
Section titled “context?”
readonlyoptionalcontext?:"item"|"bulk"|"both"
Defined in: wp-typia-dataviews/src/index.ts:264
disabled?
Section titled “disabled?”
readonlyoptionaldisabled?:boolean| ((item) =>boolean)
Defined in: wp-typia-dataviews/src/index.ts:265
hideModalHeader?
Section titled “hideModalHeader?”
readonlyoptionalhideModalHeader?:boolean
Defined in: wp-typia-dataviews/src/index.ts:266
readonlyoptionalicon?:unknown
Defined in: wp-typia-dataviews/src/index.ts:267
readonlyid:string
Defined in: wp-typia-dataviews/src/index.ts:268
isEligible?
Section titled “isEligible?”
readonlyoptionalisEligible?: (item) =>boolean
Defined in: wp-typia-dataviews/src/index.ts:269
Parameters
Section titled “Parameters”TItem
Returns
Section titled “Returns”boolean
isPrimary?
Section titled “isPrimary?”
readonlyoptionalisPrimary?:boolean
Defined in: wp-typia-dataviews/src/index.ts:270
readonlylabel:string
Defined in: wp-typia-dataviews/src/index.ts:271
modalHeader?
Section titled “modalHeader?”
readonlyoptionalmodalHeader?:string
Defined in: wp-typia-dataviews/src/index.ts:272
modalSize?
Section titled “modalSize?”
readonlyoptionalmodalSize?:"fill"|"small"|"medium"|"large"
Defined in: wp-typia-dataviews/src/index.ts:273
supportsBulk?
Section titled “supportsBulk?”
readonlyoptionalsupportsBulk?:boolean
Defined in: wp-typia-dataviews/src/index.ts:274