Sanity App SDK
Preparing search index...
@sanity/sdk
index
GetUserOptions
Interface GetUserOptions
Represents the minimal configuration required to identify a Sanity project.
interface
GetUserOptions
{
organizationId
?:
string
;
projectId
?:
string
;
resourceType
?:
"organization"
|
"project"
;
userId
:
string
;
}
Hierarchy (
View Summary
)
ProjectHandle
GetUserOptions
ResolveUserOptions
Index
Properties
organization
Id?
project
Id?
resource
Type?
user
Id
Properties
Optional
organization
Id
organizationId
?:
string
Optional
project
Id
projectId
?:
string
Optional
resource
Type
resourceType
?:
"organization"
|
"project"
user
Id
userId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
organization
Id
project
Id
resource
Type
user
Id
Sanity App SDK
Loading...
Represents the minimal configuration required to identify a Sanity project.