You are viewing documentation for a previous version of FAST. The latest version is 3.x. View latest docs →

@microsoft/fast-element > HTMLDirectiveDefinition

HTMLDirectiveDefinition interface

Defines metadata for an HTMLDirective.

Signature:

export interface HTMLDirectiveDefinition<TType extends Constructable<HTMLDirective> = Constructable<HTMLDirective>> extends Required<PartialHTMLDirectiveDefinition> 

Extends: Required<PartialHTMLDirectiveDefinition>

Properties

Property

Modifiers

Type

Description

type

readonly

TType

The type that the definition provides metadata for.