@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.