Documentation - v1.6.0-beta.24
    Preparing search index...

    A URL source reference attached to a task update chunk.

    interface Source {
        text: string;
        type: "url";
        url: string;
    }
    Index

    Properties

    Properties

    text: string

    Display text for the source link.

    type: "url"

    Must be 'url'.

    url: string

    The URL of the source.