@umbraco-cms/backoffice

    Interface MetaEntityBulkActionTrashKind

    interface MetaEntityBulkActionTrashKind {
        icon: string;
        itemRepositoryAlias: string;
        label?: string;
        recycleBinRepositoryAlias: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    icon: string

    An icon to represent the action to be performed

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

    itemRepositoryAlias: string
    label?: string

    The friendly name of the action to perform

    [ "Create", "Create Content Template" ]

    recycleBinRepositoryAlias: string
    MMNEPVFCICPMFPCPTTAAATR