Skip to main content

@microsoft/fast-foundation > menuConfigs

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Defines the vertical positioning options for an anchored region

Signature:
export declare type menuConfigs = "bottom" | "bottom-fill" | "tallest" | "tallest-fill" | "top" | "top-fill";