Arc.React.MVVM
    Preparing search index...

    Interface DialogMediatorProps

    Props for the dialog mediator.

    interface DialogMediatorProps {
        children?: Element | Element[];
        handler: IDialogMediatorHandler;
        parentHandler?: IDialogMediatorHandler;
    }
    Index

    Properties

    children?: Element | Element[]

    Children to provide the dialog mediator to.

    The dialog mediator context.

    parentHandler?: IDialogMediatorHandler

    Parent handler, if any.