@umbraco-cms/backoffice
    interface UmbLinkPickerLink {
        icon?: null | string;
        name?: null | string;
        published?: null | boolean;
        queryString?: null | string;
        target?: null | string;
        trashed?: null | boolean;
        type?: null | UmbLinkPickerLinkType;
        unique?: null | string;
        url?: null | string;
    }
    Index

    Properties

    icon?: null | string
    name?: null | string
    published?: null | boolean
    queryString?: null | string
    target?: null | string
    trashed?: null | boolean
    type?: null | UmbLinkPickerLinkType
    unique?: null | string
    url?: null | string
    MMNEPVFCICPMFPCPTTAAATR