Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 377 Bytes

File metadata and controls

25 lines (13 loc) · 377 Bytes

tinky


tinky / TextNode

Type Alias: TextNode

TextNode = object & TinkyNode

Interface representing a text node in Tinky.

Type Declaration

nodeName

nodeName: TextName

Text node identifier.

nodeValue

nodeValue: string

Text content of the node.