Interface LinkAttribution

Attributes an image to an arbitrary link.

interface LinkAttribution {
    type: "link";
    url: string;
}

Properties

Properties

type
url: string

The URL to be attributed for the content.