From c7b49b28c2be5862bc32557f06f683a32783ff7f Mon Sep 17 00:00:00 2001 From: Travis CI <> Date: Sat, 15 Feb 2020 16:29:59 +0000 Subject: [PATCH] docs(travis): Update protocol.md - 40ea7cf [skip ci] --- docs/generated/comments.json | 6 ++++++ docs/generated/protocol.md | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/generated/comments.json b/docs/generated/comments.json index 145774b2..e21f0201 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -768,6 +768,7 @@ "description": "A transition (other than \"cut\") has begun.", "return": [ "{String} `name` Transition name.", + "{String} `type` Transition type.", "{int} `duration` Transition duration (in milliseconds).", "{String} `from-scene` Source scene of the transition", "{String} `to-scene` Destination scene of the transition" @@ -782,6 +783,11 @@ "name": "name", "description": "Transition name." }, + { + "type": "String", + "name": "type", + "description": "Transition type." + }, { "type": "int", "name": "duration", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 3b0e7ce2..bf1cb9e0 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -432,6 +432,7 @@ A transition (other than "cut") has begun. | Name | Type | Description | | ---- | :---: | ------------| | `name` | _String_ | Transition name. | +| `type` | _String_ | Transition type. | | `duration` | _int_ | Transition duration (in milliseconds). | | `from-scene` | _String_ | Source scene of the transition | | `to-scene` | _String_ | Destination scene of the transition |