@types/filemaker-webviewer
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/filemaker-webviewer

Summary

This package contains type definitions for filemaker-webviewer (https://claris.com).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/filemaker-webviewer.

index.d.ts

interface Window {
    FileMaker?: {
        PerformScript: (name: string, parameter: string) => void;
        PerformScriptWithOption: (
            name: string,
            parameter: string,
            option: "0" | "1" | "2" | "3" | "4" | "5",
        ) => void;
    };
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Eric Luce.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/filemaker-webviewer

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • types