Skip to content

Commit

Permalink
Add width and height attributes to SideMenuSide type (#5235)
Browse files Browse the repository at this point in the history
  • Loading branch information
ball-hayden authored and guyca committed Jun 25, 2019
1 parent 35a19b5 commit 73d621d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,14 @@ export interface SideMenuSide {
* Enable or disable the side menu
*/
enabled?: boolean;
/**
* Set the width of the side menu
*/
width?: number;
/**
* Set the height of the side menu
*/
height?: number;
}

export interface OptionsSideMenu {
Expand Down

0 comments on commit 73d621d

Please sign in to comment.