setting positioning from the client deciding and the view router deciding
This commit is contained in:
@@ -17,6 +17,7 @@ export type Dimensions = { height: number; width: number };
|
||||
|
||||
export interface DimensionChangeRequest {
|
||||
setAlwaysOnTop: boolean;
|
||||
setPosition?: "topRight" | "center";
|
||||
dimensions: Dimensions;
|
||||
addDimensions: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user