Theia API Documentation v1.65.0
    Preparing search index...
    interface Form {
        fileInput: HTMLInputElement;
        onDidUpload?: (uri: string) => void;
        targetInput: HTMLInputElement;
    }
    Index

    Properties

    fileInput: HTMLInputElement
    onDidUpload?: (uri: string) => void
    targetInput: HTMLInputElement