型・APIリファレンス
Preparing search index...
GridAccessor
Interface GridAccessor
Grid インスタンスアクセサ(composable 間の依存注入用)
interface
GridAccessor
{
commitCurrentEdit
:
()
=>
void
;
getDataView
:
()
=>
null
|
GridDataViewLike
;
getSlickGrid
:
()
=>
|
null
|
SlickGrid
<
any
,
Column
<
any
>
,
GridOption
<
Column
<
any
>
>
>
;
}
Index
Properties
commit
Current
Edit
get
Data
View
get
Slick
Grid
Properties
commit
Current
Edit
commitCurrentEdit
:
()
=>
void
現在の編集をコミットする
get
Data
View
getDataView
:
()
=>
null
|
GridDataViewLike
DataView インスタンスを取得する
get
Slick
Grid
getSlickGrid
:
()
=>
null
|
SlickGrid
<
any
,
Column
<
any
>
,
GridOption
<
Column
<
any
>
>
>
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 間の依存注入用)