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