packages/components/eui-snc/eui-snc.component.ts
| selector | eui-snc |
| imports |
EUI_BUTTON
|
| styleUrls | ./eui-snc.component.scss |
| templateUrl | ./eui-snc.component.html |
Properties |
Methods |
Inputs |
Outputs |
HostBindings |
| dotsLength |
Default value : 8, { transform: (value: number) => Math.max(0, value) }
|
|
Input to set the length of the dots indicator. |
| sncToggle |
Type : boolean
|
|
Output event emitter that emits the current visibility state of the content section. |
| class |
Type : string
|
Default value : 'eui-snc'
|
| toggleContent |
toggleContent()
|
|
Returns :
void
|
| showContent |
Type : WritableSignal<boolean>
|
Default value : signal(false)
|
|
Signal to control the visibility of the content section. |
| string |
Type : string
|
Default value : 'eui-snc'
|
Decorators :
@HostBinding('class')
|