Type: figcaption
Editable: true
Tags: figcaption
Any figcaption tag is inside a figure will become an editable figcaption block .
<figcaption>...</figcaption>
getFigure#
Returns the instance of the parent figure.
var instance = this.app.block.get();
var figureInstance = instance.getFigure();