mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+4
-4
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Roland Zwaga <https://github.com/rolandzwaga>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module com.fontoxml
|
||||
declare namespace com.fontoxml
|
||||
{
|
||||
//This is a description of how to invoke the FontoXML editor, and instruct it to load (a) document(s).
|
||||
//Please keep in mind that the URL length may be limited in certain browsers, so a safe limit of 2000 characters
|
||||
@@ -25,7 +25,7 @@ declare module com.fontoxml
|
||||
//If set to a positive integer, enable the Heartbeat API to send every x seconds.
|
||||
heartbeat?: number;
|
||||
}
|
||||
|
||||
|
||||
export interface IWorkflowInfo
|
||||
{
|
||||
id:string;
|
||||
@@ -36,7 +36,7 @@ declare module com.fontoxml
|
||||
{
|
||||
roleId:string;
|
||||
}
|
||||
|
||||
|
||||
//This is describes the object that is assigned to the MessageEvent.data
|
||||
//property after the FontoXML editor posts a message
|
||||
export interface IFontoMessageEventData {
|
||||
@@ -46,4 +46,4 @@ declare module com.fontoxml
|
||||
metadata: any;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user