autoRefresh? | boolean | Enable auto-refresh after mutations (default: true). |
cacheDuration? | number | Cache TTL for read results in ms (default: 60_000). |
choiceColumns? | string[] | SharePoint-only: column names backed by Choice / Lookup / Person columns. The hook calls service.getReferencedEntity and substitutes the matching expanded object on create/update. Defaults to [schema.level] for the SharePoint wrapper so the standard Level choice column is handled automatically. See: https://learn.microsoft.com/en-us/power-apps/developer/code-apps/how-to/sharepoint-operations |
debug? | boolean | Enable verbose console logging (default: false). |
defaultToastDurationMs? | number | Default toast duration in ms (default: 4000). |
maxItems? | number | Maximum items to load on initial fetch (default: 100). |
odataFilter? | string | Optional OData $filter applied to the load query — consistent with the DataTable / TaskManager CodeApps adapters (e.g. "isread eq false"). |
retryPolicy? | ICARetryPolicy | Retry policy for transient failures. |