Arc.React
    Preparing search index...

    Type Alias DialogResponse<TResponse>

    DialogResponse: [DialogResult, TResponse?]

    Represents the response from a dialog, including the result and an optional response object.

    Type Parameters

    • TResponse = object