@dialstack/sdk / index / CallHistoryClasses
Interface: CallHistoryClasses
Defined in: sdk/src/types/appearance.ts:267
CSS class names for CallHistory component
Extends
BaseComponentClasses
Properties
base?
optional base?: string;
Defined in: sdk/src/types/appearance.ts:161
Base class applied to the container always
Default
'dialstack-component'
Inherited from
BaseComponentClasses.base
duration?
optional duration?: string;
Defined in: sdk/src/types/appearance.ts:320
Class for duration display
Default
'dialstack-call-history-duration'
empty?
optional empty?: string;
Defined in: sdk/src/types/appearance.ts:179
Class applied when the component has no data
Default
'dialstack-component--empty'
Inherited from
BaseComponentClasses.empty
error?
optional error?: string;
Defined in: sdk/src/types/appearance.ts:173
Class applied when there's an error
Default
'dialstack-component--error'
Inherited from
BaseComponentClasses.error
icon?
optional icon?: string;
Defined in: sdk/src/types/appearance.ts:308
Class for direction icon
Default
'dialstack-call-history-icon'
item?
optional item?: string;
Defined in: sdk/src/types/appearance.ts:278
Class for each call history item
Default
'dialstack-call-history-item'
itemInbound?
optional itemInbound?: string;
Defined in: sdk/src/types/appearance.ts:284
Class for inbound call items
Default
'dialstack-call-history-item--inbound'
itemMissed?
optional itemMissed?: string;
Defined in: sdk/src/types/appearance.ts:296
Class for missed call items
Default
'dialstack-call-history-item--missed'
itemOutbound?
optional itemOutbound?: string;
Defined in: sdk/src/types/appearance.ts:290
Class for outbound call items
Default
'dialstack-call-history-item--outbound'
itemVoicemail?
optional itemVoicemail?: string;
Defined in: sdk/src/types/appearance.ts:302
Class for voicemail call items
Default
'dialstack-call-history-item--voicemail'
list?
optional list?: string;
Defined in: sdk/src/types/appearance.ts:272
Class for the call history list container
Default
'dialstack-call-history-list'
loading?
optional loading?: string;
Defined in: sdk/src/types/appearance.ts:167
Class applied when the component is loading
Default
'dialstack-component--loading'
Inherited from
BaseComponentClasses.loading
time?
optional time?: string;
Defined in: sdk/src/types/appearance.ts:314
Class for time display
Default
'dialstack-call-history-time'