copper-cti - v1.0.0
    Preparing search index...

    Interface ResultOptions

    完了コールバックに渡されるオプション

    interface ResultOptions {
        encoding?: string;
        length?: number;
        mime_type?: string;
        uri?: string;
    }
    Index

    Properties

    encoding?: string
    length?: number
    mime_type?: string
    uri?: string