@umbraco-cms/backoffice
    Preparing search index...
    interface UmbLinkPickerConfig {
        documentLinksConfig?: UmbLinkPickerDocumentLinksConfig;
        hideAnchor?: boolean;
        hideTarget?: boolean;
    }
    Index

    Properties

    documentLinksConfig?: UmbLinkPickerDocumentLinksConfig
    hideAnchor?: boolean
    hideTarget?: boolean