nexus-rpc
    Preparing search index...

    Interface LinkExperimental

    Link contains a URL and a type that can be used to decode the URL. It can be used to pass information about the caller to the handler, or vice-versa.

    interface Link {
        type: string;
        url: URL;
    }
    Index

    Properties

    Properties

    type: string

    Type information for decoding the URL.

    Valid chars: alphanumeric, '_', '.', '/'.

    url: URL

    An arbitrary URL.