ContentProcedures
ContentProcedures =
object
Defined in: astrobase/src/content/procedures.ts:4
The ProcedureConfig
for content:*
procedures.
Properties
Section titled “Properties”content:delete
Section titled “content:delete”content:delete: [
ContentIdentifier
,void
]
Defined in: astrobase/src/content/procedures.ts:6
The request and response types of the content:delete
procedure.
content:get
Section titled “content:get”content:get: [
ContentIdentifier
,ArrayBuffer
|void
]
Defined in: astrobase/src/content/procedures.ts:8
The request and response types of the content:get
procedure.
content:put
Section titled “content:put”content:put: [
PutRequestPayload
,void
]
Defined in: astrobase/src/content/procedures.ts:10
The request and response types of the content:put
procedure.