Backstage
Docs
Github
Preparing search index...
@backstage/ui
TableSelection
Interface TableSelection
interface
TableSelection
{
behavior
?:
SelectionBehavior
;
mode
?:
SelectionMode
;
onSelectionChange
?:
(
keys
:
Selection
)
=>
void
;
selected
?:
"all"
|
Iterable
<
Key
,
any
,
any
>
;
}
Index
Properties
behavior?
mode?
on
Selection
Change?
selected?
Properties
Optional
behavior
behavior
?:
SelectionBehavior
Optional
mode
mode
?:
SelectionMode
Optional
on
Selection
Change
onSelectionChange
?:
(
keys
:
Selection
)
=>
void
Optional
selected
selected
?:
"all"
|
Iterable
<
Key
,
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
behavior
mode
on
Selection
Change
selected
Docs
Github
Backstage
Loading...