Manifest
Create a JSON manifest to import your react component to Uncodie IDE
Get Started
JSON Example
{
"version" : "1.0",
"description": "Little description of my script or plugin",
"content":"()=>{}"
"parameters": [
{
"alias" : "parameterOne",
"type" : "dynamic",
"dataType" : "string"
},
{
"alias" : "parameterTwo",
"type" : "scalar",
"dataType" : "string"
}
],
"returnData" : "void",
"dependencies": [
{
"alias" : "axios",
"exportMode" : "default",
"version" : "^0.27.2",
"path": "axios",
"packageName" : "axios"
}
]
}Properties
Name
Type
Required
Description
Parameter Object
Name
Type
Required
Description
Dependency Object
Name
Type
Required
Description
Type Enumeration
Name
Type
Description
Export Mode Enumeration
Name
Type
Description
Last updated