WebApiOption: {
axiosConfig?: AxiosRequestConfig;
cacheable?: boolean;
cacheKey?: string;
handleException?: string[];
}
Type declaration
Optional
axiosConfig?: AxiosRequestConfig
Optional
cacheable?: boolean
Optional
cacheKey?: string
Optional
handleException?: string[]
WebAPI実行時のオプション