Skip to content

Commit f8013ed

Browse files
committed
add docstring
1 parent 6fa912a commit f8013ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/widgets/src/menu.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,11 @@ export namespace Menu {
10121012
*/
10131013
ref?: HTMLElement;
10141014

1015+
/**
1016+
* The alignment of the menu.
1017+
*
1018+
* The default is `'left'` unless the document `dir` attribute is `'rtl'`
1019+
*/
10151020
align?: 'left' | 'right';
10161021
}
10171022

0 commit comments

Comments
 (0)