Preparing search index...
The search index is not available
@euxdt/grid-core
@euxdt/grid-core
EditBehavior
Interface EditBehavior
Hierarchy
EditBehavior
Index
Properties
add
Change
begin
Edit
behavior
Name
cancel
Edit
clear
Changes
get
Changes
handle
Click
handle
Double
Click
handle
Key
Down
has
Change
key
Stroke
Valid
options
remove
Change
Properties
add
Change
add
Change
:
(
(
row
:
RowPositionInfo
, column
:
ColumnPositionInfo
, value
:
unknown
)
=>
void
)
Type declaration
(
row
:
RowPositionInfo
, column
:
ColumnPositionInfo
, value
:
unknown
)
:
void
Parameters
row:
RowPositionInfo
column:
ColumnPositionInfo
value:
unknown
Returns
void
begin
Edit
begin
Edit
:
(
(
cellInfo
:
CellInfo
)
=>
void
)
Type declaration
(
cellInfo
:
CellInfo
)
:
void
Parameters
cellInfo:
CellInfo
Returns
void
behavior
Name
behavior
Name
:
EditBehavior
cancel
Edit
cancel
Edit
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
clear
Changes
clear
Changes
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
get
Changes
get
Changes
:
(
(
)
=>
EditInfo
[]
)
Type declaration
(
)
:
EditInfo
[]
Returns
EditInfo
[]
handle
Click
handle
Click
:
(
(
cellInfo
:
CellInfo
, event
?:
MouseEvent
)
=>
void
)
Type declaration
(
cellInfo
:
CellInfo
, event
?:
MouseEvent
)
:
void
Parameters
cellInfo:
CellInfo
Optional
event:
MouseEvent
Returns
void
handle
Double
Click
handle
Double
Click
:
(
(
cellInfo
:
CellInfo
, event
?:
MouseEvent
)
=>
void
)
Type declaration
(
cellInfo
:
CellInfo
, event
?:
MouseEvent
)
:
void
Parameters
cellInfo:
CellInfo
Optional
event:
MouseEvent
Returns
void
handle
Key
Down
handle
Key
Down
:
(
(
cellInfo
:
CellInfo
, event
:
KeyboardEvent
)
=>
void
)
Type declaration
(
cellInfo
:
CellInfo
, event
:
KeyboardEvent
)
:
void
Parameters
cellInfo:
CellInfo
event:
KeyboardEvent
Returns
void
has
Change
has
Change
:
(
(
rowIdentifier
:
string
, columnIdentifier
:
string
)
=>
undefined
|
EditInfo
)
Type declaration
(
rowIdentifier
:
string
, columnIdentifier
:
string
)
:
undefined
|
EditInfo
Parameters
rowIdentifier:
string
columnIdentifier:
string
Returns
undefined
|
EditInfo
key
Stroke
Valid
key
Stroke
Valid
:
(
(
event
:
KeyboardEvent
, columnOptions
?:
ColumnOptions
)
=>
boolean
)
Type declaration
(
event
:
KeyboardEvent
, columnOptions
?:
ColumnOptions
)
:
boolean
Parameters
event:
KeyboardEvent
Optional
columnOptions:
ColumnOptions
Returns
boolean
options
options
:
EditBehaviorOptions
remove
Change
remove
Change
:
(
(
rowIdentifier
:
string
, columnIdentifier
:
string
)
=>
void
)
Type declaration
(
rowIdentifier
:
string
, columnIdentifier
:
string
)
:
void
Parameters
rowIdentifier:
string
columnIdentifier:
string
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@euxdt/grid-
core
Edit
Behavior
add
Change
begin
Edit
behavior
Name
cancel
Edit
clear
Changes
get
Changes
handle
Click
handle
Double
Click
handle
Key
Down
has
Change
key
Stroke
Valid
options
remove
Change
Generated using
TypeDoc