Endo
    Preparing search index...

    Type Alias PassStyled<S, I>

    Tagged has own [PASS_STYLE]: "tagged", [Symbol.toStringTag]: $tag.

    Remotable has a prototype chain in which the penultimate object has own [PASS_STYLE]: "remotable", [Symbol.toStringTag]: $iface (where both $tag and $iface must be strings, and the latter must either be "Remotable" or start with "Alleged: " or "DebugName: ").

    type PassStyled<S extends PassStyleMarker, I extends InterfaceSpec> = {
        "[toStringTag]": I;
        "Symbol(passStyle)": S;
    }

    Type Parameters

    Index

    Properties

    "[toStringTag]": I
    "Symbol(passStyle)": S