Preparing search index...
The search index is not available
hledger-parser
hledger-parser
Raw
YearDirective
Interface YearDirective
Type for a 'raw'
year directive
interface
YearDirective
{
type
:
"yearDirective"
;
value
:
{
comments
?:
InlineComment
;
contentLines
:
YearDirectiveContentLine
[]
;
year
:
string
;
}
;
}
Index
Properties
type
value
Properties
type
type
:
"yearDirective"
value
value
:
{
comments
?:
InlineComment
;
contentLines
:
YearDirectiveContentLine
[]
;
year
:
string
;
}
Type declaration
Optional
comments
?:
InlineComment
content
Lines
:
YearDirectiveContentLine
[]
year
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
type
value
hledger-parser
Loading...
Generated using
TypeDoc
Type for a 'raw' year directive