IDynamicSelectDataFunction
type IDynamicSelectDataFunction = (max: number, lastPageToken: string, args?: any) => Promise<{ items: Array<any>, pageToken: string }>Usage
import {IDynamicSelectDataFunction} from 'uxp/components';Last updated
type IDynamicSelectDataFunction = (max: number, lastPageToken: string, args?: any) => Promise<{ items: Array<any>, pageToken: string }>import {IDynamicSelectDataFunction} from 'uxp/components';Last updated