BootCell
    Preparing search index...

    Interface WebFileField

    interface WebFileField {
        defaultValue?: string | string[];
        props: FileUploaderProps;
        value?: string | string[];
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

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