Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/input
PermissionType
Interface PermissionType
Represents the permission type for custom data.
interface
PermissionType
{
read
?:
string
[]
;
write
?:
string
[]
;
}
Index
Properties
read?
write?
Properties
Optional
read
read
?:
string
[]
Optional
write
write
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
read
write
@espressif/rainmaker-base-sdk
Loading...
Represents the permission type for custom data.