型・APIリファレンス
Preparing search index...
resolveEffectivePropertyType
Function resolveEffectivePropertyType
resolveEffectivePropertyType
(
params
:
{
aggregateType
?:
string
;
editorConfig
?:
{
editor
?:
{
type
:
string
}
;
type
:
string
}
;
propertyType
:
string
;
user
?:
boolean
;
}
,
)
:
string
実行時プロパティタイプを解決する。
集計項目(MAX、MIN以外)の場合 → DECIMAL
Userプロパティの場合 → REFERENCE
EXPRESSIONでResultTypeが指定されている場合 → ResultType
Parameters
params
:
{
aggregateType
?:
string
;
editorConfig
?:
{
editor
?:
{
type
:
string
}
;
type
:
string
}
;
propertyType
:
string
;
user
?:
boolean
;
}
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
型・APIリファレンス
Loading...
実行時プロパティタイプを解決する。