Skip to main content

WebSessionConnectionsMixin

Note: this document is automatically generated from mobx-state-tree objects in our source code. See Core concepts and intro to pluggable elements for more info

Source file

packages/web-core/src/SessionConnections.ts

WebSessionConnectionsMixin - Properties

property: sessionConnections

// type signature
IArrayType<IAnyModelType>
// code
sessionConnections: types.array(
pluginManager.pluggableConfigSchemaType('connection'),
)