Search
Preparing search index...
The search index is not available
@oasislabs/parcel - v1.0.0-beta.24
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@oasislabs/parcel - v1.0.0-beta.24
model
Module model
Index
Interfaces
Model
PODModel
Type aliases
Json
Serializable
Page
Page
Params
Resource
Id
Writable
Writable
Excluding
Functions
make
Page
Type aliases
Json
Serializable
Json
Serializable
:
Date
|
string
|
number
|
boolean
|
null
|
undefined
|
JsonSerializable
[]
|
{
[
key
in
string
]
:
JsonSerializable
}
Page
Page<T>
:
{
nextPageToken
:
string
;
results
:
T
[]
}
Type parameters
T
Type declaration
next
Page
Token
:
string
results
:
T
[]
Page
Params
Page
Params
:
Partial
<
{
pageSize
:
number
;
pageToken
:
string
}
>
Resource
Id
Resource
Id
:
string
Writable
Writable<T>
:
WritableExcluding
<
T
,
never
>
Type parameters
T
:
Model
Writable
Excluding
Writable
Excluding<T, ReadOnly>
:
ConditionalExcept
<
Except
<
T
,
"id"
|
"createdAt"
|
ReadOnly
>
,
(
...
args
:
any
[]
)
=>
any
>
Type parameters
T
:
Model
ReadOnly
:
keyof
T
Functions
make
Page
make
Page<Pod, M>
(
ModelTy
:
{}
, podPage
:
Page
<
Pod
>
, client
:
HttpClient
)
:
Page
<
M
>
Type parameters
Pod
:
PODModel
M
:
Model
Parameters
ModelTy:
{}
podPage:
Page
<
Pod
>
client:
HttpClient
Returns
Page
<
M
>
Modules
Parcel
app
asset
client
compute
condition
database
document
fixed-
types
grant
http
identity
meter
model
permission
polyfill
token
tokenization
Model
PODModel
Json
Serializable
Page
Page
Params
Resource
Id
Writable
Writable
Excluding
make
Page
Generated using
TypeDoc