Preparing search index...
The search index is not available
@kksh/api
@kksh/api
index
IOpen
Interface IOpen
interface
IOpen
{
file
:
(
path
:
string
)
=>
Promise
<
void
>
;
folder
:
(
path
:
string
)
=>
Promise
<
void
>
;
url
:
(
url
:
string
)
=>
Promise
<
void
>
;
}
Index
Properties
file
folder
url
Properties
file
file
:
(
path
:
string
)
=>
Promise
<
void
>
folder
folder
:
(
path
:
string
)
=>
Promise
<
void
>
url
url
:
(
url
:
string
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
folder
url
@kksh/api
Loading...