IUseCADataverseNotificationCenterConfig
@spartanfx/react / codeapps / IUseCADataverseNotificationCenterConfig
Interface: IUseCADataverseNotificationCenterConfig
Configuration for useCADataverseNotificationCenter.
Extends
Omit<ICANotificationCenterBaseConfig,"service">
Properties
Required
| Property | Type | Description |
|---|---|---|
service | ICATabularService<CANotificationRecord, string> | Generated Dataverse-table service produced by pac code add-data-source -a dataverse -t <table-logical-name>. Typically located under src/generated/services/<TableName>Service.ts. |
Options
| Property | Type | Description |
|---|---|---|
schema? | Partial<INotificationCenterSchema> | Schema mapping for Dataverse column logical names. The defaults assume unprefixed columns — production tables almost always use a publisher prefix (e.g. cr1a3_title), so override accordingly. The primary key column must be supplied if it differs from id (e.g. notificationid for a custom notification table). |
+ 11 inherited members. standard HTML/ARIA attributes (e.g.
className,onClick,aria-*) are also accepted but omitted here for clarity.