Interface InternalLinkTypeBackground

The link is a link to a background. Call searchBackground with the given background name to process the link. If background is found and the user wants to apply it, then call setDefaultBackground. Subtype of InternalLinkType.

interface InternalLinkTypeBackground {
    @type: "internalLinkTypeBackground";
    background_name: string;
}

Properties

@type: "internalLinkTypeBackground"
background_name: string

Name of the background.