File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
tools/public_api_guard/material Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,10 @@ export abstract class _MatTooltipBase<T extends _TooltipComponentBase>
200
200
}
201
201
}
202
202
203
+ /**
204
+ * Whether tooltip should be relative to the click or touch origin
205
+ * instead of outside the element bounding box.
206
+ */
203
207
@Input ( 'matTooltipPositionAtOrigin' )
204
208
get positionAtOrigin ( ) : boolean {
205
209
return this . _positionAtOrigin ;
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ export abstract class _MatTooltipBase<T extends _TooltipComponentBase> implement
107
107
_overlayRef: OverlayRef | null ;
108
108
get position(): TooltipPosition ;
109
109
set position(value : TooltipPosition );
110
- // (undocumented)
111
110
get positionAtOrigin(): boolean ;
112
111
set positionAtOrigin(value : BooleanInput );
113
112
show(delay ? : number , origin ? : {
You can’t perform that action at this time.
0 commit comments