We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15acff4 commit b5e57f0Copy full SHA for b5e57f0
_data/extensions/extension-rive_rive.json
@@ -467,10 +467,26 @@
467
]
468
},
469
{
470
- "doc": "The name of the asset file to replace with. E.g. \"/path/to/file.png\"",
471
- "name": "asset_path",
+ "doc": "A table of options containing",
+ "name": "options",
472
+ "parameters": [
473
+ {
474
+ "doc": "The path of the asset file to replace with. E.g. \"/path/to/file.png\"",
475
+ "name": "path",
476
+ "types": [
477
+ "string"
478
+ ]
479
+ },
480
481
+ "doc": "The payload of the asset file to replace with. E.g. a .png binary file. Takes precedence over the `path` option.",
482
+ "name": "payload",
483
484
485
486
+ }
487
+ ],
488
"types": [
- "string"
489
+ "table"
490
491
}
492
],
0 commit comments