IFieldValueResolverOptions
@spartanfx/react / codeapps / IFieldValueResolverOptions
Interface: IFieldValueResolverOptions
Options for createFieldValueResolver / useFieldValueResolver.
Properties
| Property | Type | Description |
|---|---|---|
choiceColumns? | string[] | SharePoint only — pre-declare known reference (Choice / Lookup / Person) columns so the first write skips the getReferencedEntity probe round-trip. Optional: lazy probing detects them otherwise. |
debug? | boolean | Console diagnostics. |
mode? | CAResolverMode | Backend mode. When omitted it is inferred from the service: getReferencedEntity ⇒ 'sharepoint', getMetadata ⇒ 'dataverse'. |