Class IgxHintDirective

Implements

  • OnInit

Constructors

Properties

isPositionEnd: boolean = false

Sets/gets whether the hint position is at the end. Default value is false.

@ViewChild('hint', {read: IgxHintDirective})
public igxHint: IgxHintDirective;
this.igxHint.isPositionEnd = true;
let isHintPositionEnd = this.igxHint.isPositionEnd;

Memberof

IgxHintDirective

isPositionStart: boolean = false

Sets/gets whether the hint position is at the start. Default value is false.

@ViewChild('hint', {read: IgxHintDirective})
public igxHint: IgxHintDirective;
this.igxHint.isPositionStart = true;
let isHintPositionStart = this.igxHint.isPositionStart;

Memberof

IgxHintDirective

Accessors