@microsoft/fast-element > StatelessAttachedAttributeDirective
StatelessAttachedAttributeDirective class
A base class used for attribute directives that don't need internal state.
Signature:
export declare abstract class StatelessAttachedAttributeDirective<TOptions> implements HTMLDirective, ViewBehaviorFactory, ViewBehavior
Implements: HTMLDirective, ViewBehaviorFactory, ViewBehavior
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Creates an instance of RefDirective. |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
TOptions |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
|
Bind this behavior. | |
|
Creates a behavior. | ||
|
Creates a placeholder string based on the directive's index within the template. |