@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;
};