Rubric Editor API Methods
getRubric()
Returns the currently edited rubric JSON.
You would want to use this method when you need to access the current rubric JSON object, for example, to save it to your database or to display it in your application.
Examples
const rubric = await editor.getRubric();
Arguments
None.
Return value
Type Promise
Resolves to the current rubric JSON object.