projects/aoc-client/ui/button/aoc-ui-button/aoc-ui-button.directive.ts
Selector | button[aocUiButton] |
Standalone | true |
Inputs |
Accessors |
constructor(el: ElementRef
|
|||||||||
Parameters :
|
icon |
Type : AocUiButtonIcon
|
label |
Type : string | undefined | null
|
menu |
Type : AocUiDataMenu | null
|
rightIcon |
Type : AocUiButtonIcon
|
menu | ||||||
setmenu(menu: AocUiDataMenu | null)
|
||||||
Parameters :
Returns :
void
|
label | ||||||
setlabel(label: string | undefined | null)
|
||||||
Parameters :
Returns :
void
|
icon | ||||||
seticon(icon: AocUiButtonIcon)
|
||||||
Parameters :
Returns :
void
|
rightIcon | ||||||
setrightIcon(icon: AocUiButtonIcon)
|
||||||
Parameters :
Returns :
void
|