Options
All
  • Public
  • Public/Protected
  • All
Menu

Object with parsed directive data for quick access to the data passed to the directive

property

directiveProps object of type DirectiveProps, an object whose keys are the HTML attribute name, and the value is the value passed of such attribute.

property

directiveName name of the directive. Stored as a value for quick reference.

property

directiveMainValue value passed to the attribute identifying the directive.

property

fullPath full absolute path to the file to read to get the data to inject or parse.

Hierarchy

  • DirectiveData

Index

Properties

directiveMainValue

directiveMainValue: string

directiveName

directiveName: string

directiveProps

directiveProps: DirectiveProps

fullPath

fullPath: string