@umbraco-cms/backoffice
    Preparing search index...
    interface MetaEntityBulkActionTrashKind {
        bulkTrashRepositoryAlias: string;
        icon: string;
        label?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bulkTrashRepositoryAlias: string
    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" ]