@umbraco-cms/backoffice

    Interface UmbTryExecuteOptions

    interface UmbTryExecuteOptions {
        abortSignal?: AbortSignal;
        disableNotifications?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    abortSignal?: AbortSignal

    Signal object to cancel the request.

    disableNotifications?: boolean

    If set to true, the controller will not show any notifications at all.

    false
    
    MMNEPVFCICPMFPCPTTAAATR