Interface BulkActionProps<TPayload>

The object returned by the BulkActions API

Type Parameters

Hierarchy

Properties

Properties

error?: BulkActionFailedError

error information, if present

payload: TPayload

original payload when BulkAction was created

sys: BulkActionSysProps