Interface BaseLinkNoProduct

interface BaseLinkNoProduct {
    caption: string;
    description: string;
    id: string;
    is_external: number | boolean;
    is_favorite: number | boolean;
    preview_page: string;
    preview_url: string;
    title: string;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

caption: string

Link caption

description: string

Link description

id: string

Link ID

is_external: number | boolean

Information whether the current link is external

is_favorite: number | boolean
preview_page: string

String ID of the page with article preview

preview_url: string

URL of the page with article preview

title: string

Link title

url: string

Link URL

Generated using TypeDoc