@microsoft/opentelemetry
    Preparing search index...

    Interface Channel

    Represents a channel for an invocation.

    interface Channel {
        description?: string;
        iconUri?: string;
        id?: string;
        name?: string;
        role?: InvocationRole;
    }
    Index

    Properties

    description?: string
    iconUri?: string
    id?: string
    name?: string