Skip to content

Commit 73d621d

Browse files
ball-haydenguyca
authored andcommitted
Add width and height attributes to SideMenuSide type (#5235)
1 parent 35a19b5 commit 73d621d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/src/interfaces/Options.ts

+8
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,14 @@ export interface SideMenuSide {
593593
* Enable or disable the side menu
594594
*/
595595
enabled?: boolean;
596+
/**
597+
* Set the width of the side menu
598+
*/
599+
width?: number;
600+
/**
601+
* Set the height of the side menu
602+
*/
603+
height?: number;
596604
}
597605

598606
export interface OptionsSideMenu {

0 commit comments

Comments
 (0)