-
-
Notifications
You must be signed in to change notification settings - Fork 60
These children types are missing in AST #110
Copy link
Copy link
Open
Description
ListItem:
orgajs/packages/orga/src/types.ts
Lines 100 to 104 in 211df5b
| export interface ListItem extends Parent { | |
| type: 'list.item'; | |
| indent: number; | |
| tag?: string; | |
| } |
Headline:
orgajs/packages/orga/src/types.ts
Lines 106 to 114 in 211df5b
| export interface Headline extends Parent { | |
| type: 'headline'; | |
| level: number; | |
| keyword?: string; | |
| actionable: boolean; | |
| priority?: string; | |
| content: string; | |
| tags?: string[]; | |
| } |
Footnote:
orgajs/packages/orga/src/types.ts
Lines 52 to 55 in 211df5b
| export interface Footnote extends Parent { | |
| type: 'footnote'; | |
| label: string; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels