@bovine/cattle-grid-preact
Preparing search index...
ApiMethodsType
Type Alias ApiMethodsType
type
ApiMethodsType
=
{
activity
:
(
uri
:
string
)
=>
Promise
<
[
Activity
|
null
,
DataResult
]
>
;
actor
:
(
uri
:
string
)
=>
Promise
<
[
Actor
|
null
,
DataResult
]
>
;
actorId
:
string
;
collection
:
(
uri
:
string
)
=>
Promise
<
[
Collection
|
null
,
DataResult
]
>
;
complete
:
(
uri
:
string
)
=>
Promise
<
DataResult
>
;
object
:
(
uri
:
string
)
=>
Promise
<
[
Object
|
null
,
DataResult
]
>
;
trigger
:
(
method
:
string
,
additionalBody
:
any
)
=>
Promise
<
void
>
;
}
Index
Properties
activity
actor
actor
Id
collection
complete
object
trigger
Properties
activity
activity
:
(
uri
:
string
)
=>
Promise
<
[
Activity
|
null
,
DataResult
]
>
actor
actor
:
(
uri
:
string
)
=>
Promise
<
[
Actor
|
null
,
DataResult
]
>
actor
Id
actorId
:
string
collection
collection
:
(
uri
:
string
)
=>
Promise
<
[
Collection
|
null
,
DataResult
]
>
complete
complete
:
(
uri
:
string
)
=>
Promise
<
DataResult
>
object
object
:
(
uri
:
string
)
=>
Promise
<
[
Object
|
null
,
DataResult
]
>
trigger
trigger
:
(
method
:
string
,
additionalBody
:
any
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activity
actor
actor
Id
collection
complete
object
trigger
@bovine/cattle-grid-preact
Loading...