File

src/toggletip/toggletip-label.directive.ts

Metadata

Index

Properties
HostBindings

HostBindings

class.cds--toggletip-label
Type : boolean
Default value : true

Properties

toggleTipLabel
Default value : true
Decorators :
@HostBinding('class.cds--toggletip-label')
import { Directive, HostBinding } from "@angular/core";

@Directive({
	selector: "[cdsToggletipLabel], [ibmToggletipLabel]"
})
export class ToggletipLabel {
	@HostBinding("class.cds--toggletip-label") toggleTipLabel = true;
}

results matching ""

    No results matching ""