Vue ValidationSummary Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxValidationSummaryTypes } from "devextreme-vue/validation-summary"
Type: DxValidationSummaryTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxValidationSummaryTypes } from "devextreme-vue/validation-summary"
Type: DxValidationSummaryTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxValidationSummaryTypes } from "devextreme-vue/validation-summary"
Type: DxValidationSummaryTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { DxValidationSummaryTypes } from "devextreme-vue/validation-summary"
Type: DxValidationSummaryTypes.ItemClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxValidationSummaryTypes } from "devextreme-vue/validation-summary"
Type: DxValidationSummaryTypes.OptionChangedEvent