Interface PresentationWebSemanticTemplateRetrieveListSuccessEvent
interface PresentationWebSemanticTemplateRetrieveListSuccessEvent { category: "presentation-web-semantic"; data: { entriesCount: number; nextCursor: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface PresentationWebSemanticTemplateRetrieveListSuccessEventSanitised { category: "presentation-web-semantic"; data: { entriesCount: number; nextCursor: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "presentation-web-semantic"
Sanitisation Level DATA
data
data: {
entriesCount: number;
nextCursor: undefined | string;
}
Type declaration
entriesCount: number
nextCursor: undefined | string
requestId
requestId: string
timestamp
timestamp: number