UIInlineImage

Inline image component which rerenders itself when its FileNode is loaded.

Since: 6.3.0 (3.8.0)

Example

import {UIInlineImage} from 'writer'

render($$) {
    const el = $$('div')
    return el.append($$(UIInlineImage, {
        nodeId: imageFileNodeId
    }))
}