Lens Scripting API
Editor Scripting API
Guide Docs
Preparing search index...
Packages/SpectaclesSyncKit/Core/SyncEntity
OwnershipRequest
Class OwnershipRequest
Represents an ownership request.
Index
Constructors
constructor
Properties
on
Error?
on
Success?
Constructors
constructor
new
OwnershipRequest
(
onSuccess
?:
(
store
:
GeneralDataStore
)
=>
void
,
onError
?:
(
error
:
string
)
=>
void
,
)
:
OwnershipRequest
Parameters
Optional
onSuccess
:
(
store
:
GeneralDataStore
)
=>
void
Optional
onError
:
(
error
:
string
)
=>
void
Returns
OwnershipRequest
Properties
Optional
Readonly
on
Error
onError
?:
(
error
:
string
)
=>
void
Optional
Readonly
on
Success
onSuccess
?:
(
store
:
GeneralDataStore
)
=>
void
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Error
on
Success
Editor Scripting API
Guide Docs
Lens Scripting API
Loading...
Represents an ownership request.