Skip to main content

@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?​

TypeScript
optional base?: string;

Defined in: sdk/js/src/types/appearance.ts:174

Base class applied to the container always

Default​

TypeScript
'dialstack-component'

Inherited from​

BaseComponentClasses.base


empty?​

TypeScript
optional empty?: string;

Defined in: sdk/js/src/types/appearance.ts:192

Class applied when the component has no data

Default​

TypeScript
'dialstack-component--empty'

Inherited from​

BaseComponentClasses.empty


error?​

TypeScript
optional error?: string;

Defined in: sdk/js/src/types/appearance.ts:186

Class applied when there's an error

Default​

TypeScript
'dialstack-component--error'

Inherited from​

BaseComponentClasses.error


TypeScript
optional header?: string;

Defined in: sdk/js/src/types/appearance.ts:250

Class for table header

Default​

TypeScript
'dialstack-call-logs-header'

loading?​

TypeScript
optional loading?: string;

Defined in: sdk/js/src/types/appearance.ts:180

Class applied when the component is loading

Default​

TypeScript
'dialstack-component--loading'

Inherited from​

BaseComponentClasses.loading


pagination?​

TypeScript
optional pagination?: string;

Defined in: sdk/js/src/types/appearance.ts:274

Class for pagination container

Default​

TypeScript
'dialstack-call-logs-pagination'

row?​

TypeScript
optional row?: string;

Defined in: sdk/js/src/types/appearance.ts:256

Class for table rows

Default​

TypeScript
'dialstack-call-logs-row'

rowInbound?​

TypeScript
optional rowInbound?: string;

Defined in: sdk/js/src/types/appearance.ts:262

Class for inbound call rows

Default​

TypeScript
'dialstack-call-logs-row--inbound'

rowOutbound?​

TypeScript
optional rowOutbound?: string;

Defined in: sdk/js/src/types/appearance.ts:268

Class for outbound call rows

Default​

TypeScript
'dialstack-call-logs-row--outbound'

table?​

TypeScript
optional table?: string;

Defined in: sdk/js/src/types/appearance.ts:244

Class for the table element

Default​

TypeScript
'dialstack-call-logs-table'