Trevixal API
Preparing search index...
@trevixal/extension-export
RenderedBlock
Interface RenderedBlock
What the editor drew for one block beyond what the block itself says.
interface
RenderedBlock
{
image
?:
RenderedImage
;
runs
?:
readonly
RenderedRun
[]
;
}
Index
Properties
image?
runs?
Properties
Optional
Readonly
image
image
?:
RenderedImage
Optional
Readonly
runs
runs
?:
readonly
RenderedRun
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
image
runs
Trevixal API
Loading...
What the editor drew for one block beyond what the block itself says.