@dialstack/sdk-dev / js/src / CallLogsClasses
Interface: CallLogsClasses
Defined in: sdk/js/src/types/appearance.ts:239
CSS class names for CallLogs component
Extends
Properties
base?
optional base?: string;
Defined in: sdk/js/src/types/appearance.ts:174
Base class applied to the container always
Default
'dialstack-component'
Inherited from
empty?
optional empty?: string;
Defined in: sdk/js/src/types/appearance.ts:192
Class applied when the component has no data
Default
'dialstack-component--empty'
Inherited from
error?
optional error?: string;
Defined in: sdk/js/src/types/appearance.ts:186
Class applied when there's an error
Default
'dialstack-component--error'
Inherited from
header?
optional header?: string;
Defined in: sdk/js/src/types/appearance.ts:250
Class for table header
Default
'dialstack-call-logs-header'
loading?
optional loading?: string;
Defined in: sdk/js/src/types/appearance.ts:180
Class applied when the component is loading
Default
'dialstack-component--loading'
Inherited from
pagination?
optional pagination?: string;
Defined in: sdk/js/src/types/appearance.ts:274
Class for pagination container
Default
'dialstack-call-logs-pagination'
row?
optional row?: string;
Defined in: sdk/js/src/types/appearance.ts:256
Class for table rows
Default
'dialstack-call-logs-row'
rowInbound?
optional rowInbound?: string;
Defined in: sdk/js/src/types/appearance.ts:262
Class for inbound call rows
Default
'dialstack-call-logs-row--inbound'
rowOutbound?
optional rowOutbound?: string;
Defined in: sdk/js/src/types/appearance.ts:268
Class for outbound call rows
Default
'dialstack-call-logs-row--outbound'
table?
optional table?: string;
Defined in: sdk/js/src/types/appearance.ts:244
Class for the table element
Default
'dialstack-call-logs-table'