型・APIリファレンス
Preparing search index...
GridAccessor
Interface GridAccessor
Grid インスタンスアクセサ(composable 間の依存注入用)
interface
GridAccessor
{
commitCurrentEdit
:
()
=>
void
;
getDataView
:
()
=>
GridDataViewLike
|
null
;
getSlickGrid
:
()
=>
|
SlickGrid
<
any
,
Column
<
any
>
,
GridOption
<
Column
<
any
>
>
>
|
null
;
}
Index
Properties
commit
Current
Edit
get
Data
View
get
Slick
Grid
Properties
commit
Current
Edit
commitCurrentEdit
:
()
=>
void
現在の編集をコミットする
get
Data
View
getDataView
:
()
=>
GridDataViewLike
|
null
DataView インスタンスを取得する
get
Slick
Grid
getSlickGrid
:
()
=>
SlickGrid
<
any
,
Column
<
any
>
,
GridOption
<
Column
<
any
>
>
>
|
null
SlickGrid インスタンスを取得する
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commit
Current
Edit
get
Data
View
get
Slick
Grid
型・APIリファレンス
Loading...
Grid インスタンスアクセサ(composable 間の依存注入用)