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

    Interface MetaEntityBulkActionMoveToKind

    interface MetaEntityBulkActionMoveToKind {
        bulkMoveRepositoryAlias: string;
        foldersOnly?: boolean;
        hideTreeRoot?: boolean;
        icon: string;
        label?: string;
        searchProviderAlias?: string;
        treeAlias: string;
    }

    Hierarchy (View Summary)

    Index
    bulkMoveRepositoryAlias: string
    foldersOnly?: boolean
    hideTreeRoot?: boolean
    icon: string

    An icon to represent the action to be performed

    ["icon-box", "icon-grid"]

    label?: string

    The friendly name of the action to perform

    ["Create", "Create Content Template"]

    searchProviderAlias?: string

    The alias of a search provider used to enable search in the destination picker.

    treeAlias: string