Skip to main content
Version: 2.x

AddBehavior type

@microsoft/fast-element > AddBehavior

AddBehavior type

Used to add behaviors when constructing styles.

Signature:

export declare type AddBehavior = (behavior: HostBehavior<HTMLElement>) => void;

References: HostBehavior