TESSA Web API
    Preparing search index...

    Interface IFileContentSaver

    interface IFileContentSaver {
        save(
            content: string | Blob | File,
            fileName?: null | string,
        ): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • content: string | Blob | File
      • OptionalfileName: null | string

      Returns Promise<void>