Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
types
OptionalFixedAttribute
Interface OptionalFixedAttribute<T, F>
interface
OptionalFixedAttribute
<
T
,
F
>
{
default
?:
T
;
fabricScoped
:
boolean
;
fixed
:
true
;
id
:
AttributeId
;
isConditional
:
boolean
;
mandatoryIf
:
ConditionalFeatureList
<
F
>
;
omitChanges
:
boolean
;
optional
:
true
;
optionalIf
:
ConditionalFeatureList
<
F
>
;
persistent
:
boolean
;
readAcl
:
AccessLevel
;
scene
:
boolean
;
schema
:
TlvSchema
<
T
>
;
timed
:
boolean
;
unknown
:
boolean
;
writable
:
boolean
;
writeAcl
?:
AccessLevel
;
}
Type Parameters
T
F
extends
BitSchema
Hierarchy (
view full
)
OptionalAttribute
<
T
,
F
>
OptionalFixedAttribute
ConditionalFixedAttribute
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
id
id
:
AttributeId
is
Conditional
is
Conditional
:
boolean
mandatory
If
mandatory
If
:
ConditionalFeatureList
<
F
>
omit
Changes
omit
Changes
:
boolean
optional
optional
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
:
boolean
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...