createAstTemplatePropertyNode()
ts
function createAstTemplatePropertyNode(property): AstTemplatePropertyNode;Defined in: ast.ts:113
Creates an AST node representing a property access expression.
Parameters
| Parameter | Type | Description |
|---|---|---|
property | string | The name of the template property to access. |
Returns
A new AstTemplatePropertyNode with the given property name.
Since
1.0.0
Author
Simon Kovtyk