@microsoft/fast-foundation > OverrideFoundationElementDefinition
OverrideFoundationElementDefinition type
A set of properties which the component consumer can override during the element registration process.
Signature:export declare type OverrideFoundationElementDefinition<T extends FoundationElementDefinition> = Partial<Omit<T, "type" | "baseClass">> & {
prefix?: string;
};