grid-pro.getselectrenderertemplate
Home > @genesislcap/grid-pro > getSelectRendererTemplate
getSelectRendererTemplate() function
Get a Design System prefixed Select template.
Signature:
getSelectRendererTemplate: (designSystem?: string) => import("@microsoft/fast-element").ViewTemplate<any, any>
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
designSystem |
string |
(Optional) The design system prefix to use. Defaults to 'foundation'. |
Returns:
import("@microsoft/fast-element").ViewTemplate<any, any>
A Select component template prefixed with the correct design system.