Skip to main content

@microsoft/fast-element > DecoratorAttributeConfiguration

DecoratorAttributeConfiguration type

Metadata used to configure a custom attribute's behavior through a decorator.

Signature:
export declare type DecoratorAttributeConfiguration = Omit<AttributeConfiguration, "property">;