Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
types
UnknownAttribute
Interface UnknownAttribute<T, F>
interface
UnknownAttribute
<
T
,
F
>
{
default
?:
T
;
fabricScoped
:
boolean
;
fixed
:
boolean
;
id
:
AttributeId
;
isConditional
:
boolean
;
mandatoryIf
:
ConditionalFeatureList
<
F
>
;
omitChanges
:
boolean
;
optional
:
boolean
;
optionalIf
:
ConditionalFeatureList
<
F
>
;
persistent
:
boolean
;
readAcl
:
AccessLevel
;
scene
:
boolean
;
schema
:
TlvSchema
<
T
>
;
timed
:
boolean
;
unknown
:
true
;
writable
:
boolean
;
writeAcl
?:
AccessLevel
;
}
Type Parameters
T
F
extends
BitSchema
Hierarchy (
view full
)
Attribute
<
T
,
F
>
UnknownAttribute
Index
Properties
default?
fabric
Scoped
fixed
id
is
Conditional
mandatory
If
omit
Changes
optional
optional
If
persistent
read
Acl
scene
schema
timed
unknown
writable
write
Acl?
Properties
Optional
default
default
?:
T
fabric
Scoped
fabric
Scoped
:
boolean
fixed
fixed
:
boolean
id
id
:
AttributeId
is
Conditional
is
Conditional
:
boolean
mandatory
If
mandatory
If
:
ConditionalFeatureList
<
F
>
omit
Changes
omit
Changes
:
boolean
optional
optional
:
boolean
optional
If
optional
If
:
ConditionalFeatureList
<
F
>
persistent
persistent
:
boolean
read
Acl
read
Acl
:
AccessLevel
scene
scene
:
boolean
schema
schema
:
TlvSchema
<
T
>
timed
timed
:
boolean
unknown
unknown
writable
writable
:
boolean
Optional
write
Acl
write
Acl
?:
AccessLevel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
fabric
Scoped
fixed
id
is
Conditional
mandatory
If
omit
Changes
optional
optional
If
persistent
read
Acl
scene
schema
timed
unknown
writable
write
Acl
matter.js-monorepo
Loading...