Skip to main content
Version: 1.x

@microsoft/fast-foundation > SelectPosition

SelectPosition variable

Positioning directions for the listbox when a select is open.

Signature:
SelectPosition: {
readonly above: "above";
readonly below: "below";
}