Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfulton9 committed Dec 17, 2024
1 parent 1133000 commit 00e2ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review/api/widgets.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,9 +739,9 @@ export namespace Menu {
type?: ItemType;
}
export interface IOpenOptions {
align?: 'left' | 'right';
forceX?: boolean;
forceY?: boolean;
horizontalAlignment?: 'left' | 'right';
host?: HTMLElement;
ref?: HTMLElement;
}
Expand Down

0 comments on commit 00e2ddb

Please sign in to comment.