Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/input
DataEntry
Interface DataEntry<T>
Represents the data entry for custom data.
interface
DataEntry
<
T
=
unknown
>
{
perms
?:
null
|
PermissionType
[]
;
value
?:
T
;
}
Type Parameters
T
=
unknown
Index
Properties
perms?
value?
Properties
Optional
perms
perms
?:
null
|
PermissionType
[]
Optional
value
value
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
perms
value
@espressif/rainmaker-base-sdk
Loading...
Represents the data entry for custom data.