Preparing search index...
The search index is not available
vim-web
vim-web
ArgActionRef
Interface ArgActionRef<T>
interface
ArgActionRef
<
T
>
{
call
(
arg
:
T
)
:
void
;
set
(
func
:
(
arg
:
T
)
=>
void
)
:
void
;
}
Type Parameters
T
Index
Methods
call
set
Methods
call
call
(
arg
:
T
)
:
void
Parameters
arg
:
T
Returns
void
set
set
(
func
:
(
arg
:
T
)
=>
void
)
:
void
Parameters
func
:
(
arg
:
T
)
=>
void
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
call
set
vim-web
Loading...