Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
ScheduleReleaseAction
Interface ScheduleReleaseAction
Queues release for publishing at the given future time.
interface
ScheduleReleaseAction
{
actionType
:
"sanity.action.release.schedule"
;
releaseId
:
string
;
publishAt
:
string
;
}
Index
Properties
action
Type
release
Id
publish
At
Properties
action
Type
actionType
:
"sanity.action.release.schedule"
release
Id
releaseId
:
string
publish
At
publishAt
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Type
release
Id
publish
At
Sanity Library Reference Docs
Loading...
Queues release for publishing at the given future time.