Datalayer VS Code Extension - v0.0.4
Preparing search index...
webview/components/dialogs/InsertLinkDialog
InsertLinkDialogProps
Interface InsertLinkDialogProps
interface
InsertLinkDialogProps
{
initialText
?:
string
;
initialUrl
?:
string
;
onClose
:
()
=>
void
;
onInsert
:
(
url
:
string
,
text
:
string
)
=>
void
;
}
Index
Properties
initial
Text?
initial
Url?
on
Close
on
Insert
Properties
Optional
initial
Text
initialText
?:
string
Optional
initial
Url
initialUrl
?:
string
on
Close
onClose
:
()
=>
void
on
Insert
onInsert
:
(
url
:
string
,
text
:
string
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
initial
Text
initial
Url
on
Close
on
Insert
Datalayer VS Code Extension - v0.0.4
Loading...