@umbraco-cms/backoffice

    Interface MetaEntityActionRestoreFromRecycleBinKind

    interface MetaEntityActionRestoreFromRecycleBinKind {
        additionalOptions?: boolean;
        icon: string;
        itemRepositoryAlias: string;
        label: string;
        pickerModal:
            | string
            | UmbModalToken<UmbPickerModalData<any>, UmbPickerModalValue>;
        recycleBinRepositoryAlias: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    additionalOptions?: boolean

    The action requires additional input from the user. A dialog will prompt the user for more information or to make a choice.

    MetaEntityActionDefaultKind

    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" ]

    pickerModal:
        | string
        | UmbModalToken<UmbPickerModalData<any>, UmbPickerModalValue>
    recycleBinRepositoryAlias: string
    MMNEPVFCICPMFPCPTTAAATR