File

src/ui/toolbar/controls/smart-toolbar.separator.ts

Metadata

selector smart-toolbar-separator
styleUrls ./smart-toolbar.separator.css
templateUrl ./smart-toolbar.separator.html

Index

Properties
Accessors

Constructor

constructor(elementRef: ElementRef, vcRef: ViewContainerRef)
Parameters :
Name Type Optional
elementRef ElementRef<HTMLElement> No
vcRef ViewContainerRef No

Properties

domElement
Type : ElementRef
Decorators :
@ViewChild('content', {read: ElementRef, static: true})
Public elementRef
Type : ElementRef<HTMLElement>

Accessors

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;
}
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""