useExecuteRequestCallback
Installation
import { useExecuteRequestCallback } from 'uxp/components';Signature
function useExecuteRequestCallback(config: ExecuteConfig, options?: Omit<UseExecuteOptions<T>, 'debounbce' | 'autoExecute' | 'polling'>): (param?: any) => Promise<ExecutionResult<T>>Examples
Related Types
Last updated