Skip to main content

IUseCADataverseNotificationCenterConfig

@spartanfx/react v1.2.2


@spartanfx/react / codeapps / IUseCADataverseNotificationCenterConfig

Interface: IUseCADataverseNotificationCenterConfig

Configuration for useCADataverseNotificationCenter.

Extends

Properties

Required

PropertyTypeDescription
serviceICATabularService<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

PropertyTypeDescription
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.