UNPKG

neft

Version:

Universal Platform

13 lines (7 loc) 488 B
> [Wiki](Home) ▸ [[API Reference|API-Reference]][[Document|Document-API]] ▸ **String Interpolation** # String Interpolation [Element.Text](/Neft-io/neft/wiki/Document-Element.Text-API#class-text) and [Element.Tag](/Neft-io/neft/wiki/Document-Element.Tag-API#class-tag) attribute value can use string interpolation. ```xml <h1>Welcome ${props.name}!</h1> ``` > [`Source`](/Neft-io/neft/blob/42e53472888b24a14f8aa89b8417a63790934b26/src/document/file/parse/storage.litcoffee)