Interface CoerceFromStringResult

The input related widgets, such as textbox and combobox.

interface CoerceFromStringResult {
    error?: string;
    server?: boolean;
}

Hierarchy (view full)

Properties

Properties

error?: string
server?: boolean