Interface WebFileFieldProps

interface WebFileFieldProps {
    defaultValue?: string | string[];
    value?: string | string[];
    [key: string]: any;
}

Hierarchy (View Summary, Expand)

Indexable

  • [key: string]: any

Properties

defaultValue?: string | string[]
value?: string | string[]
MMNEPVFCICPMFPCPTTAAATR