File

src/toggletip/toggletip-content.directive.ts

Metadata

Index

Properties
HostBindings

HostBindings

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

Properties

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

@Directive({
	selector: "[cdsToggletipContent], [ibmToggletipContent]"
})
export class ToggletipContent {
	@HostBinding("class.cds--toggletip-content") toggletipContent = true;
}

results matching ""

    No results matching ""