Interface: DataProviderRefreshEventDetail

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92237-01

Since:
  • 10.0.0
Module:
  • ojdataprovider

QuickNav

Fields

Description

This interface defines the payload of the DataProviderRefreshEvent.


Usage

Signature:

interface DataProviderRefreshEventDetail<K>

Generic Parameters
ParameterDescription
KType of Key
Typescript Import Format
//To use this interface, import as below.
import {DataProviderRefreshEventDetail} from "ojs/ojdataprovider";

For additional information visit:


Fields

(nullable) disregardAfterKey :K

Optional disregardAfterKey used to signal component of last valid item in the data set.
Since:
  • 10.0.0

(nullable) keys :K

Optional keys used only in TreeDataProvider to signal component that the children of keys are changed and need to be refreshed.

Component should refresh the whole tree if there is no keys presents.

Since:
  • 12.0.0