torque-pro-assistant - v1.0.0
Preparing search index...
src/components/pages/library/sessions-table/rename-dialog
RenameDialogProps
Interface RenameDialogProps
interface
RenameDialogProps
{
meta
:
SessionMeta
;
onCancel
:
()
=>
void
;
onSave
:
(
nextName
:
string
)
=>
void
;
testId
?:
string
;
}
Index
Properties
meta
on
Cancel
on
Save
test
Id?
Properties
Readonly
meta
meta
:
SessionMeta
Readonly
on
Cancel
onCancel
:
()
=>
void
Readonly
on
Save
onSave
:
(
nextName
:
string
)
=>
void
Optional
Readonly
test
Id
testId
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
meta
on
Cancel
on
Save
test
Id
torque-pro-assistant - v1.0.0
Loading...