Preparing search index...
The search index is not available
型・APIリファレンス
型・APIリファレンス
useTreeGridService
Function useTreeGridService
useTreeGridService
()
:
{
fetchTreeGridEntityList
:
(
param
:
FetchTreeGridEntityListParameter
,
)
=>
Promise
<
WebApiResponse
<
{
isSuccess
:
boolean
;
resultList
:
FetchTreeGridEntityItem
[]
}
,
>
,
>
;
loadDefinition
:
(
_definitionName
:
string
,
)
=>
Promise
<
ViewInitializationDataResponse
<
TreeGridDefinition
,
Record
<
string
,
never
>
,
>
,
>
;
}
TreeGridのAPIを取り扱うロジックを生成します。
Returns
{
fetchTreeGridEntityList
:
(
param
:
FetchTreeGridEntityListParameter
,
)
=>
Promise
<
WebApiResponse
<
{
isSuccess
:
boolean
;
resultList
:
FetchTreeGridEntityItem
[]
}
,
>
,
>
;
loadDefinition
:
(
_definitionName
:
string
,
)
=>
Promise
<
ViewInitializationDataResponse
<
TreeGridDefinition
,
Record
<
string
,
never
>
,
>
,
>
;
}
fetchTreeGridEntityList
:
(
param
:
FetchTreeGridEntityListParameter
,
)
=>
Promise
<
WebApiResponse
<
{
isSuccess
:
boolean
;
resultList
:
FetchTreeGridEntityItem
[]
}
,
>
,
>
loadDefinition
:
(
_definitionName
:
string
,
)
=>
Promise
<
ViewInitializationDataResponse
<
TreeGridDefinition
,
Record
<
string
,
never
>
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
型・APIリファレンス
Loading...
TreeGridのAPIを取り扱うロジックを生成します。