Skip to main content

@microsoft/fast-components > fastSelect

fastSelect variable

A function that returns a Select registration for configuring the component with a DesignSystem. Implements selectTemplate

Signature:
fastSelect: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<SelectOptions> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<SelectOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>

Remarks

Generates HTML Element: <fast-select>