Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
index
AccessControl
Limits
Interface Limits
Operational access control metadata for a schema.
interface
Limits
{
fabricScoped
:
boolean
;
fabricSensitive
:
boolean
;
readable
:
boolean
;
readLevel
:
AccessLevel
;
timed
:
boolean
;
writable
:
boolean
;
writeLevel
:
AccessLevel
;
}
Index
Properties
fabric
Scoped
fabric
Sensitive
readable
read
Level
timed
writable
write
Level
Properties
Readonly
fabric
Scoped
fabric
Scoped
:
boolean
Readonly
fabric
Sensitive
fabric
Sensitive
:
boolean
Readonly
readable
readable
:
boolean
Readonly
read
Level
read
Level
:
AccessLevel
Readonly
timed
timed
:
boolean
Readonly
writable
writable
:
boolean
Readonly
write
Level
write
Level
:
AccessLevel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fabric
Scoped
fabric
Sensitive
readable
read
Level
timed
writable
write
Level
matter.js-monorepo
Loading...
Operational access control metadata for a schema.