@espressif/rainmaker-base-cdf
Preparing search index...
types/entities/user
ESPCDFUserInterface
Interface ESPCDFUserInterface
interface
ESPCDFUserInterface
{
_raw
:
any
;
customData
?:
Record
<
string
,
any
>
;
identifier
:
string
;
operations
:
ESPCDFUserOperation
;
userInfo
:
ESPCDFUserInfo
;
setStoreCallbacks
?
(
callbacks
:
GroupStoreCallbacks
)
:
void
;
}
Implemented by
ESPCDFUser
Index
Properties
_
raw
custom
Data?
identifier
operations
user
Info
Methods
set
Store
Callbacks?
Properties
_
raw
_raw
:
any
Optional
custom
Data
customData
?:
Record
<
string
,
any
>
identifier
identifier
:
string
operations
operations
:
ESPCDFUserOperation
user
Info
userInfo
:
ESPCDFUserInfo
Methods
Optional
set
Store
Callbacks
setStoreCallbacks
?
(
callbacks
:
GroupStoreCallbacks
)
:
void
Parameters
callbacks
:
GroupStoreCallbacks
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
raw
custom
Data
identifier
operations
user
Info
Methods
set
Store
Callbacks
@espressif/rainmaker-base-cdf
Loading...