Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
index
EndpointType
Requirements
Interface Requirements
Standard dependencies for an endpoint per the Matter specification.
interface
Requirements
{
client
?:
{
mandatory
?:
SupportedBehaviors
;
optional
?:
SupportedBehaviors
;
}
;
server
?:
{
mandatory
?:
SupportedBehaviors
;
optional
?:
SupportedBehaviors
;
}
;
}
Index
Properties
client?
server?
Properties
Optional
client
client
?:
{
mandatory
?:
SupportedBehaviors
;
optional
?:
SupportedBehaviors
;
}
Optional
server
server
?:
{
mandatory
?:
SupportedBehaviors
;
optional
?:
SupportedBehaviors
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
server
matter.js-monorepo
Loading...
Standard dependencies for an endpoint per the Matter specification.