setting positioning from the client deciding and the view router deciding

This commit is contained in:
talksik
2022-05-02 08:44:47 -05:00
parent 04f432682e
commit 226b55795c
3 changed files with 38 additions and 7 deletions
@@ -17,6 +17,7 @@ export type Dimensions = { height: number; width: number };
export interface DimensionChangeRequest {
setAlwaysOnTop: boolean;
setPosition?: "topRight" | "center";
dimensions: Dimensions;
addDimensions: boolean;
}