Arc.React
    Preparing search index...

    Type Alias ShowDialog<TProps, TResponse>

    ShowDialog: (props?: TProps) => Promise<DialogResponse<TResponse>>

    Represents a function that shows a dialog and returns a promise that resolves with the dialog response.

    Type Parameters

    • TProps
    • TResponse = object

    Type Declaration