src/ui/toolbar/controls/smart-toolbar.separator.ts
selector | smart-toolbar-separator |
styleUrls | ./smart-toolbar.separator.css |
templateUrl | ./smart-toolbar.separator.html |
Properties |
|
Accessors |
constructor(elementRef: ElementRef
|
|||||||||
Parameters :
|
domElement |
Type : ElementRef
|
Decorators :
@ViewChild('content', {read: ElementRef, static: true})
|
Public elementRef |
Type : ElementRef<HTMLElement>
|
content |
getcontent()
|
Returns :
HTMLElement
|
clientWidth |
getclientWidth()
|
Returns :
number
|
<div #content><div class="smart-toolbar-separator"></div></div>
./smart-toolbar.separator.css
::ng-deep .smart-toolbar-separator {
float: left;
border-left: 1px solid lightgray;
margin-right: 5px;
height: 30px;
}