Sanity App SDK
Preparing search index...
@sanity/sdk
index
ProjectHandle
Interface ProjectHandle<TProjectId>
Represents the minimal configuration required to identify a Sanity project.
interface
ProjectHandle
<
TProjectId
extends
string
=
string
>
{
projectId
?:
TProjectId
;
}
Type Parameters
TProjectId
extends
string
=
string
Hierarchy (
View Summary
)
ProjectHandle
DatasetHandle
GetUsersOptions
Index
Properties
project
Id?
Properties
Optional
project
Id
projectId
?:
TProjectId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
project
Id
Sanity App SDK
Loading...
Represents the minimal configuration required to identify a Sanity project.