Preparing search index...
The search index is not available
hledger-parser
hledger-parser
Raw
YearDirectiveContentLine
Interface YearDirectiveContentLine
Type for a
year directive
item, which can only be a
comment
.
interface
YearDirectiveContentLine
{
type
:
"yearDirectiveContentLine"
;
value
:
{
inlineComment
:
InlineComment
;
}
;
}
Index
Properties
type
value
Properties
type
type
:
"yearDirectiveContentLine"
value
value
:
{
inlineComment
:
InlineComment
;
}
Type declaration
inline
Comment
:
InlineComment
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 year directive item, which can only be a comment.