Member Junction
    Preparing search index...

    Interface FileInputStrategy

    Result of ResolveFileInputStrategy — tells the caller whether to attach a file natively or fall back to artifact-tool exploration.

    interface FileInputStrategy {
        Reason: string;
        UseFileAPI: boolean;
        UseNativeFileInput: boolean;
    }
    Index

    Properties

    Reason: string
    UseFileAPI: boolean
    UseNativeFileInput: boolean