Preparing search index...
The search index is not available
@leanix/reporting - v0.4.145
@leanix/reporting
lxr
ReportSetupTranslations
Interface ReportSetupTranslations
interface
ReportSetupTranslations
{
custom
:
{
label
:
string
;
[
customKeys
:
string
]
:
any
;
}
;
factSheetTypes
:
{
[
key
:
string
]
:
string
;
}
;
fields
:
{
[
factSheetType
:
string
]
:
FactSheetFieldsTranslation
;
}
;
relations
:
{
[
relationName
:
string
]
:
RelationTranslation
;
}
;
}
Index
Properties
custom
fact
Sheet
Types
fields
relations
Properties
custom
custom
:
{
label
:
string
;
[
customKeys
:
string
]
:
any
;
}
The reports custom translation for the current language.
Type declaration
[
customKeys
:
string
]:
any
label
:
string
fact
Sheet
Types
fact
Sheet
Types
:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
fields
fields
:
{
[
factSheetType
:
string
]
:
FactSheetFieldsTranslation
;
}
Type declaration
[
factSheetType
:
string
]:
FactSheetFieldsTranslation
relations
relations
:
{
[
relationName
:
string
]
:
RelationTranslation
;
}
Type declaration
[
relationName
:
string
]:
RelationTranslation
Settings
Member Visibility
Private
Inherited
Theme
OS
Light
Dark
On This Page
custom
fact
Sheet
Types
fields
relations
@leanix/reporting - v0.4.145
lxr
lx
Generated using
TypeDoc
The reports custom translation for the current language.