Skip to main content

grid-pro.foundationnumbereditor

Home > @genesislcap/grid-pro > foundationNumberEditor

foundationNumberEditor() function

Signature:

foundationNumberEditor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
baseName: string;
styles: import("@microsoft/fast-element").ElementStyles;
template: import("@microsoft/fast-element").ViewTemplate<NumberEditor, any>;
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
baseName: string;
styles: import("@microsoft/fast-element").ElementStyles;
template: import("@microsoft/fast-element").ViewTemplate<NumberEditor, any>;
}, typeof NumberEditor>

Parameters

Parameter

Type

Description

overrideDefinition

import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{ baseName: string; styles: import("@microsoft/fast-element").ElementStyles; template: import("@microsoft/fast-element").ViewTemplate<NumberEditor, any>; }>

(Optional)

Returns:

import("@microsoft/fast-foundation").FoundationElementRegistry<{ baseName: string; styles: import("@microsoft/fast-element").ElementStyles; template: import("@microsoft/fast-element").ViewTemplate<NumberEditor, any>; }, typeof NumberEditor>

Remarks

HTML Element: <foundation-number-editor>