Skip to main content

grid-pro.foundationselecteditor

Home > @genesislcap/grid-pro > foundationSelectEditor

foundationSelectEditor() function

Signature:

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

Parameters

Parameter

Type

Description

overrideDefinition

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

(Optional)

Returns:

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

Remarks

HTML Element: <foundation-select-editor>