packages/eui/packages/components-next/src/lib/components/eui-buttons/eui-buttons.component.ts
BaseDirective
| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| selector | eui-buttons |
| styleUrls | ./styles/_index.scss |
| templateUrl | ./eui-buttons.component.html |
Properties |
|
Methods |
|
Inputs |
Outputs |
HostBindings |
constructor(asService: UxAppShellService, router: Router)
|
|||||||||
|
Parameters :
|
| hasLocalMenu |
Type : "undefined" | "undefined"
|
Default value : false
|
| isBookmarkable |
Type : "undefined" | "undefined"
|
Default value : false
|
| isBookmarked |
Type : "undefined" | "undefined"
|
Default value : false
|
| isPrintable |
Type : "undefined" | "undefined"
|
Default value : false
|
| localMenuLabel |
Type : string
|
| bookmarked |
Type : EventEmitter<any>
|
| class |
| Public onBookmarkToggle | ||||||
onBookmarkToggle(event: Event)
|
||||||
|
Parameters :
Returns :
void
|
| Public onPrint | ||||||
onPrint(event: Event)
|
||||||
|
Parameters :
Returns :
void
|
| Public asService |
Type : UxAppShellService
|
| Public currentRoute |
Type : string
|
| customActionsContent |
Type : QueryList<EuiButtonsActionsContentTagDirective>
|
Decorators :
@ContentChild(undefined, {static: false})
|
| customLocalMenuContent |
Type : QueryList<EuiButtonsLocalMenuContentTagDirective>
|
Decorators :
@ContentChild(undefined, {static: false})
|