Documentation
Preparing search index...
@kehto/services
FsBackendWatch
Interface FsBackendWatch
Active backend watch handle.
interface
FsBackendWatch
{
close
()
:
void
|
Promise
<
void
>
;
}
Index
Methods
close
Methods
close
close
()
:
void
|
Promise
<
void
>
Stop the backing watch. Must be idempotent.
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
close
Documentation
Loading...
Active backend watch handle.