Plumile JS API
Preparing search index...
router/src
ReadableResource
Type Alias ReadableResource<T>
type
ReadableResource
<
T
>
=
{
get
:
()
=>
T
|
undefined
;
getError
:
()
=>
unknown
;
getStatus
:
()
=>
AsyncResourceStatus
;
load
:
()
=>
Promise
<
T
>
;
read
:
()
=>
T
;
}
Type Parameters
T
Index
Properties
get
get
Error
get
Status
load
read
Properties
get
get
:
()
=>
T
|
undefined
get
Error
getError
:
()
=>
unknown
get
Status
getStatus
:
()
=>
AsyncResourceStatus
load
load
:
()
=>
Promise
<
T
>
read
read
:
()
=>
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
get
Error
get
Status
load
read
Plumile JS API
Loading...