型・APIリファレンス
Preparing search index...
useSpreadSheetActionCellHandler
Function useSpreadSheetActionCellHandler
useSpreadSheetActionCellHandler
(
deps
:
ActionCellHandlerDeps
,
)
:
{
applyReferenceSelection
:
(
context
:
{
dataView
:
ActionCellDataView
;
grid
:
SlickGrid
;
onDirty
:
()
=>
void
;
selectionList
:
{
name
:
string
;
oid
:
string
;
version
?:
number
}
[]
;
target
:
ReferenceSelectTarget
;
}
,
)
=>
void
;
executeActionCellClear
:
(
context
:
{
dataView
:
ActionCellDataView
;
field
:
string
;
grid
:
SlickGrid
;
onDirty
:
()
=>
void
;
rowIndex
:
number
;
}
,
)
=>
void
;
executeBinaryUpload
:
(
context
:
{
dataView
:
ActionCellDataView
;
field
:
string
;
grid
:
SlickGrid
;
onDirty
:
()
=>
void
;
rowIndex
:
number
;
}
,
)
=>
void
;
extractReferenceEntityKey
:
(
value
:
unknown
,
)
=>
null
|
{
oid
:
string
;
version
:
number
}
;
extractReferenceViewKey
:
(
editor
:
undefined
|
null
|
SpreadSheetEditor
,
)
=>
null
|
ReferenceViewKeyInfo
;
}
SpreadSheet アクションセルハンドラ composable
Parameters
deps
:
ActionCellHandlerDeps
Returns
{
applyReferenceSelection
:
(
context
:
{
dataView
:
ActionCellDataView
;
grid
:
SlickGrid
;
onDirty
:
()
=>
void
;
selectionList
:
{
name
:
string
;
oid
:
string
;
version
?:
number
}
[]
;
target
:
ReferenceSelectTarget
;
}
,
)
=>
void
;
executeActionCellClear
:
(
context
:
{
dataView
:
ActionCellDataView
;
field
:
string
;
grid
:
SlickGrid
;
onDirty
:
()
=>
void
;
rowIndex
:
number
;
}
,
)
=>
void
;
executeBinaryUpload
:
(
context
:
{
dataView
:
ActionCellDataView
;
field
:
string
;
grid
:
SlickGrid
;
onDirty
:
()
=>
void
;
rowIndex
:
number
;
}
,
)
=>
void
;
extractReferenceEntityKey
:
(
value
:
unknown
,
)
=>
null
|
{
oid
:
string
;
version
:
number
}
;
extractReferenceViewKey
:
(
editor
:
undefined
|
null
|
SpreadSheetEditor
,
)
=>
null
|
ReferenceViewKeyInfo
;
}
applyReferenceSelection
:
(
context
:
{
dataView
:
ActionCellDataView
;
grid
:
SlickGrid
;
onDirty
:
()
=>
void
;
selectionList
:
{
name
:
string
;
oid
:
string
;
version
?:
number
}
[]
;
target
:
ReferenceSelectTarget
;
}
,
)
=>
void
executeActionCellClear
:
(
context
:
{
dataView
:
ActionCellDataView
;
field
:
string
;
grid
:
SlickGrid
;
onDirty
:
()
=>
void
;
rowIndex
:
number
;
}
,
)
=>
void
executeBinaryUpload
:
(
context
:
{
dataView
:
ActionCellDataView
;
field
:
string
;
grid
:
SlickGrid
;
onDirty
:
()
=>
void
;
rowIndex
:
number
;
}
,
)
=>
void
extractReferenceEntityKey
:
(
value
:
unknown
)
=>
null
|
{
oid
:
string
;
version
:
number
}
extractReferenceViewKey
:
(
editor
:
undefined
|
null
|
SpreadSheetEditor
)
=>
null
|
ReferenceViewKeyInfo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
型・APIリファレンス
Loading...
SpreadSheet アクションセルハンドラ composable