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