Skip to main content
Version: 1.x

@microsoft/fast-element > AttributeConfiguration

AttributeConfiguration type

Metadata used to configure a custom attribute's behavior.

Signature:
export declare type AttributeConfiguration = {
property: string;
attribute?: string;
mode?: AttributeMode;
converter?: ValueConverter;
};