NodeField
ts
type NodeField =
| "access"
| "alias"
| "author"
| "content"
| "deprecated"
| "example"
| "group"
| "ignore"
| "link"
| "output"
| "parameter"
| "property"
| "require"
| "return"
| "see"
| "since"
| "throw"
| "todo"
| "type";Defined in: type.ts:17
Union containing all possible fields of a SassDoc node
Since
1.0.0
Author
Simon Kovtyk