Options
All
  • Public
  • Public/Protected
  • All
Menu

Generates HTML content from a data source

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected config

config: YassbConfig

Full config options

Protected directiveFullString

directiveFullString: string

Directive full string found in the file

Protected fileContents

fileContents: string

File contents there the yassb directive was found

Protected fileFullPath

fileFullPath: string

Full path to the file being processed

Private fileName

fileName: string

File name of the data source file

Protected lang

lang: string

Lang being processed

Private options

options: Object

Options passed in the directive

Private renderer

renderer: string

Renderer to be used to generate the HTML

Static regex

regex: RegExp = /<!--\s*create-from-data-source\s*=\s*".+\..+"\s*-->/g

Regex to match the comments to invoke the directive

Methods

Private getDirectiveProps

  • getDirectiveProps(): void

init