Sanity Library Reference Docs
Preparing search index...
@sanity/sdk
index
ProjectOptions
Interface ProjectOptions<IncludeMembers, IncludeFeatures>
Represents the minimal configuration required to identify a Sanity project.
interface
ProjectOptions
<
IncludeMembers
extends
boolean
=
true
,
IncludeFeatures
extends
boolean
=
true
,
>
{
includeFeatures
?:
IncludeFeatures
;
includeMembers
?:
IncludeMembers
;
projectId
?:
string
;
}
Type Parameters
IncludeMembers
extends
boolean
=
true
IncludeFeatures
extends
boolean
=
true
Hierarchy (
View Summary
)
ProjectHandle
ProjectOptions
Index
Properties
include
Features?
include
Members?
project
Id?
Properties
Optional
include
Features
includeFeatures
?:
IncludeFeatures
Optional
include
Members
includeMembers
?:
IncludeMembers
Optional
project
Id
projectId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
include
Features
include
Members
project
Id
Sanity Library Reference Docs
Loading...
Represents the minimal configuration required to identify a Sanity project.