@cucumber/node
    Preparing search index...

    Type Alias LinkFunction

    LinkFunction: (url: string, title?: string) => Promise<void>

    Capture a URL attachment

    Type declaration

      • (url: string, title?: string): Promise<void>
      • Parameters

        • url: string

          the URL to be captured

        • Optionaltitle: string

          the text title that should accompany the URL

        Returns Promise<void>

    A shorthand for invoking a AttachFunction with a special media type.