@nospamproxy/core
    Preparing search index...
    interface OkGenericDialogResult<TValue = unknown> {
        canceled: false;
        value: TValue;
    }

    Type Parameters

    • TValue = unknown
    Index

    Properties

    Properties

    canceled: false

    True if the dialog has been canceled.

    value: TValue

    A value returned by the dialog if it hasn't been canceled.