Arc.React
    Preparing search index...

    Class DialogContextContent<TRequest, TResponse>

    Represents the content of the dialog context, including the request and a function to close the dialog.

    Type Parameters

    • TRequest
    • TResponse
    Index

    Constructors

    Properties

    Constructors

    Properties

    closeDialog: CloseDialog<TResponse>

    A function to close the dialog, which takes a result and an optional response.

    request: TRequest

    The request for the dialog, which contains the data needed to display the dialog.