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