You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`.
419
423
*/
420
424
"overlayPositioning": OverlayPositioning;
425
+
/**
426
+
* Determines where the action menu will be positioned.
427
+
*/
428
+
"placement": LogicalPlacement;
421
429
/**
422
430
* Specifies the size of the `calcite-action-menu`.
* Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`.
665
677
*/
666
678
"overlayPositioning": OverlayPositioning;
679
+
/**
680
+
* Determines where the action menu will be positioned.
681
+
*/
682
+
"placement": LogicalPlacement;
667
683
/**
668
684
* Sets focus on the component's first tabbable element.
* Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`.
3893
3913
*/
3894
3914
"overlayPositioning": OverlayPositioning;
3915
+
/**
3916
+
* Determines where the action menu will be positioned.
* Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`.
8351
8379
*/
8352
8380
"overlayPositioning"?: OverlayPositioning;
8381
+
/**
8382
+
* Determines where the action menu will be positioned.
8383
+
*/
8384
+
"placement"?: LogicalPlacement;
8353
8385
/**
8354
8386
* Specifies the size of the `calcite-action-menu`.
* Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`.
8625
8661
*/
8626
8662
"overlayPositioning"?: OverlayPositioning;
8663
+
/**
8664
+
* Determines where the action menu will be positioned.
* Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`.
12033
12077
*/
12034
12078
"overlayPositioning"?: OverlayPositioning;
12079
+
/**
12080
+
* Determines where the action menu will be positioned.
0 commit comments