@umbraco-cms/backoffice
    Preparing search index...

    Type Alias UmbCurrentUserHistoryItem

    type UmbCurrentUserHistoryItem = {
        displayPath?: string;
        icon?: string;
        label: string | string[];
        path: string;
        unique: string;
    }
    Index

    Properties

    displayPath?: string
    icon?: string

    No longer used internally. This will be removed in Umbraco 19. [LK]

    label: string | string[]

    label type will be changed to string only in Umbraco 19. [LK]

    path: string
    unique: string