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