Preset APIs of the magno Object
API |
Description |
---|---|
Saves the advanced settings of the current widget in the development environment. |
savePropertiesForWidget()
This API is used to save the advanced settings of the current widget in the development environment.
/* * @param {*} props {} */ magno.savePropertiesForWidget({ // Attribute must correspond to the attribute in editor.js. barChartProps: JSON.stringify(_this.barPropList), barCommProps: JSON.stringify(_this.barCommProps) });
The attribute value must be a string. If the attribute value is an object, the string conversion is required.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot