EndoJS
    Preparing search index...

    Type Alias RemotableObject<I>

    RemotableObject: PassStyled<"remotable", I>

    Type Parameters

    this type doesn't carry the type of the behavior for remote sends. You likely want to use RemotableBrand instead.

    An object marked as remotely accessible using the Far or Remotable functions, or a local presence representing such a remote object.

    A more natural name would be Remotable, but that could be confused with the value of the Remotable export of this module (a function).