File

src/tiles/expandable-tile-above.directive.ts

Metadata

Index

Properties
HostBindings

HostBindings

class.cds--tile-content__above-the-fold
Type : boolean
Default value : true

Properties

aboveFold
Default value : true
Decorators :
@HostBinding('class.cds--tile-content__above-the-fold')
import { Directive, HostBinding } from "@angular/core";

@Directive({
	selector: "[cdsAboveFold], [ibmAboveFold]"
})
export class ExpandableTileAboveFoldDirective {
	@HostBinding("class.cds--tile-content__above-the-fold") aboveFold = true;
}

results matching ""

    No results matching ""