graphdb-workbench
Version:
The web application for GraphDB APIs
1 lines • 900 B
JavaScript
export class DropdownItem{constructor(){this._dropdownTooltipTrigger="manual"}get name(){return this._name}setName(t){return this._name=t,this}get nameLabelKey(){return this._nameLabelKey}setNameLabelKey(t){return this._nameLabelKey=t,this}get tooltip(){return this._tooltip}setTooltip(t){return this._tooltip=t,this}get tooltipLabelKey(){return this._tooltipLabelKey}setTooltipLabelKey(t){return this._tooltipLabelKey=t,this}get iconClass(){return this._iconClass}setIconClass(t){return this._iconClass=t,this}get value(){return this._value}setValue(t){return this._value=t,this}get dropdownTooltipTrigger(){return this._dropdownTooltipTrigger}setDropdownTooltipTrigger(t){return this._dropdownTooltipTrigger=t,this}get cssClass(){return this._cssClass}setCssClass(t){return this._cssClass=t,this}get guideSelector(){return this._guideSelector}setGuideSelector(t){return this._guideSelector=t,this}}