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