src/ui/toolbar/controls/hidden-temp-button-holder.component.ts
| selector | HiddenButtonHolder |
| template | |
Properties |
Methods |
| getItem | ||||||
getItem(uuid: string)
|
||||||
|
Parameters :
Returns :
literal type
: HTMLElement; width: number } |
| getItems |
getItems()
|
|
Returns :
literal type[]
: string; control: HTMLElement; width: number }[] |
| hideItem | ||||||||||||||||
hideItem(uuid: string, element: HTMLElement, initialWidth)
|
||||||||||||||||
|
Parameters :
Returns :
void
|
| unhideItem | ||||||
unhideItem(uuid: string)
|
||||||
|
Parameters :
Returns :
void
|
| domHolder |
Type : ElementRef
|
Decorators :
@ViewChild('holder', {read: ElementRef, static: true})
|