ICAAdapterBaseConfig
@spartanfx/react / codeapps / ICAAdapterBaseConfig
Interface: ICAAdapterBaseConfig
Base config fields shared by every CodeApps adapter hook.
Extended by
ICADataFormBaseConfigICANotificationCenterBaseConfigICATaskManagerBaseConfigICADataTableBaseConfigIUseCASharePointDocumentManagerConfigICAPlannerBaseConfig
Properties
| Property | Type | Description |
|---|---|---|
autoRefresh? | boolean | Enable auto-refresh after mutations (default: true). |
cacheDuration? | number | Cache TTL for read results in ms (default: 60_000). |
debug? | boolean | Enable verbose console logging (default: false). |
onError? | (error) => void | Error callback. Called for every operational failure. |
onNotify? | CANotifyFn | Notification callback. If omitted, hook errors surface via error state only. |
retryPolicy? | ICARetryPolicy | Retry policy for transient failures. |