diff --git a/docs/generated/comments.json b/docs/generated/comments.json index 5c32f28a..f5925c2e 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -3998,7 +3998,8 @@ ], "return": [ "{boolean} `is_local_file` Indicates that a local file is in use.", - "{String} `url` Url or file path.", + "{String} `local_file` file path.", + "{String} `url` Url.", "{String} `css` CSS to inject.", "{int} `width` Width.", "{int} `height` Height.", @@ -4016,10 +4017,15 @@ "name": "is_local_file", "description": "Indicates that a local file is in use." }, + { + "type": "String", + "name": "local_file", + "description": "file path." + }, { "type": "String", "name": "url", - "description": "Url or file path." + "description": "Url." }, { "type": "String", @@ -4097,7 +4103,8 @@ "{String (optional)} `scene-name` Name of the scene that the source belongs to. Defaults to the current scene.", "{String} `source` Name of the source.", "{boolean (optional)} `is_local_file` Indicates that a local file is in use.", - "{String (optional)} `url` Url or file path.", + "{String (optional)} `local_file` file path.", + "{String (optional)} `url` Url.", "{String (optional)} `css` CSS to inject.", "{int (optional)} `width` Width.", "{int (optional)} `height` Height.", @@ -4125,10 +4132,15 @@ "name": "is_local_file", "description": "Indicates that a local file is in use." }, + { + "type": "String (optional)", + "name": "local_file", + "description": "file path." + }, { "type": "String (optional)", "name": "url", - "description": "Url or file path." + "description": "Url." }, { "type": "String (optional)", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 9ec1b9c5..fec6fd71 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1722,7 +1722,8 @@ Get current properties for a Browser Source. | Name | Type | Description | | ---- | :---: | ------------| | `is_local_file` | _boolean_ | Indicates that a local file is in use. | -| `url` | _String_ | Url or file path. | +| `local_file` | _String_ | file path. | +| `url` | _String_ | Url. | | `css` | _String_ | CSS to inject. | | `width` | _int_ | Width. | | `height` | _int_ | Height. | @@ -1747,7 +1748,8 @@ Set current properties for a Browser Source. | `scene-name` | _String (optional)_ | Name of the scene that the source belongs to. Defaults to the current scene. | | `source` | _String_ | Name of the source. | | `is_local_file` | _boolean (optional)_ | Indicates that a local file is in use. | -| `url` | _String (optional)_ | Url or file path. | +| `local_file` | _String (optional)_ | file path. | +| `url` | _String (optional)_ | Url. | | `css` | _String (optional)_ | CSS to inject. | | `width` | _int (optional)_ | Width. | | `height` | _int (optional)_ | Height. |