src/ui/toolbar/controls/smart-toolbar-custom-item-renderer.component.ts
| selector | smart-toolbar-item-renderer |
| template | |
Properties |
Inputs |
Accessors |
constructor(viewContainer: ViewContainerRef, elementRef: ElementRef
|
|||||||||||||||
|
Parameters :
|
| componentContext |
Type : string
|
| componentId |
Type : string
|
| container |
Type : ViewContainerRef
|
Decorators :
@ViewChild('container', {read: ViewContainerRef, static: true})
|
| contentRef |
Type : ViewContainerRef
|
Decorators :
@ViewChild('content', {read: ViewContainerRef, static: true})
|
| domElement |
Type : ElementRef
|
Decorators :
@ViewChild('content', {read: ElementRef, static: true})
|
| content |
getcontent()
|
|
Returns :
HTMLElement
|
| bindingContext | ||||||
getbindingContext()
|
||||||
|
Returns :
any
|
||||||
setbindingContext(value: any)
|
||||||
|
Parameters :
Returns :
void
|
| clientWidth |
getclientWidth()
|
|
Returns :
number
|