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