Skip to main content

grid-pro.foundationstringeditor

Home > @genesislcap/grid-pro > foundationStringEditor

foundationStringEditor() function

Signature:

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

Parameters

Parameter

Type

Description

overrideDefinition

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

(Optional)

Returns:

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

Remarks

HTML Element: <foundation-string-editor>