Constructors
Section titled "Constructors"IgxHintDirective
new IgxHintDirective(): IgxHintDirective Returns IgxHintDirective
Properties
Section titled "Properties"isPositionEnd
Section titled "isPositionEnd"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; isPositionEnd: boolean = false Defined in projects/igniteui-angular/input-group/src/input-group/directives-hint/hint.directive.ts:44
isPositionStart
Section titled "isPositionStart"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; isPositionStart: boolean = false Defined in projects/igniteui-angular/input-group/src/input-group/directives-hint/hint.directive.ts:28
position
Section titled "position"position: string Defined in projects/igniteui-angular/input-group/src/input-group/directives-hint/hint.directive.ts:59, projects/igniteui-angular/input-group/src/input-group/directives-hint/hint.directive.ts:76