@refinio/one.models
    Preparing search index...

    This class contains the common behaviour used both by clients and by matching server for communicating using the communication server.

    Matching Model class

    Hierarchy (View Summary)

    Index

    Properties

    onUpdated: OEvent<(timeOfEarliestChange: Date) => void> = ...

    Event emitted when matching data is updated.

    state: StateMachine<"Uninitialised" | "Initialised", "shutdown" | "init">
    channelId: "matching" = 'matching'

    Methods