BootCell
    Preparing search index...

    Interface WebFileFieldProps

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

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