UNPKG
@material-git/all
Version:
latest (2.0.0-dev.20160926)
2.0.0-git.20160919
2.0.0-git.20160912
2.0.0-dev.20160926
Angular 2 Material
github.com/angular/material2
angular/material2
@material-git/all
/
core
/
overlay
/
position
/
position-strategy.d.ts
6 lines
(5 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
/** Strategy for setting the position on an overlay. */
export
interface PositionStrategy {
/** Updates the position of the overlay element. */
apply
(element: Element): Promise<
void
>; }