packages/eui/packages/components-next/src/lib/layout/eui-language-selector/modal-selector/modal-selector.component.ts
| changeDetection | ChangeDetectionStrategy.Default |
| encapsulation | ViewEncapsulation.None |
| selector | eui-modal-selector |
| styleUrls | ../_styles/_index.scss |
| templateUrl | ./modal-selector.component.html |
Properties |
Methods |
constructor(euiDialogService: EuiDialogService, config: literal type)
|
|||||||||
|
Parameters :
|
| selectLanguage | ||||||
selectLanguage(languageCode: UxLanguage)
|
||||||
|
Parameters :
Returns :
void
|
| additionaLanguageRows |
Type : UxLanguage[][]
|
Default value : []
|
| Public config |
Type : literal type
|
Decorators :
@Inject(DYNAMIC_COMPONENT_CONFIG)
|
| languageRows |
Type : UxLanguage[][]
|
Default value : []
|