Object with parsed directive data for quick access to the data passed to the directive
directiveProps object of type DirectiveProps, an object whose keys are the HTML attribute name, and the value is the value passed of such attribute.
directiveProps
DirectiveProps
directiveName name of the directive. Stored as a value for quick reference.
directiveName
directiveMainValue value passed to the attribute identifying the directive.
directiveMainValue
fullPath full absolute path to the file to read to get the data to inject or parse.
fullPath
Object with parsed directive data for quick access to the data passed to the directive
directiveProps
object of typeDirectiveProps
, an object whose keys are the HTML attribute name, and the value is the value passed of such attribute.directiveName
name of the directive. Stored as a value for quick reference.directiveMainValue
value passed to the attribute identifying the directive.fullPath
full absolute path to the file to read to get the data to inject or parse.