Preparing search index...
The search index is not available
hledger-parser
hledger-parser
Raw
AccountDirective
Interface AccountDirective
Type for a 'raw'
account directive
interface
AccountDirective
{
type
:
"accountDirective"
;
value
:
{
account
:
string
[]
;
comments
?:
InlineComment
;
contentLines
:
InlineComment
[]
;
}
;
}
Index
Properties
type
value
Properties
type
type
:
"accountDirective"
value
value
:
{
account
:
string
[]
;
comments
?:
InlineComment
;
contentLines
:
InlineComment
[]
;
}
Type declaration
account
:
string
[]
Optional
comments
?:
InlineComment
content
Lines
:
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 'raw' account directive