weasel API - v0.8.0
Preparing search index...
LayoutResult
Interface LayoutResult
Output of
layoutMarkdown
: per-line breakdown plus overall block dimensions.
interface
LayoutResult
{
height
:
number
;
lines
:
LayoutLine
[]
;
width
:
number
;
}
Index
Properties
height
lines
width
Properties
height
height
:
number
lines
lines
:
LayoutLine
[]
width
width
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
height
lines
width
weasel API - v0.8.0
Loading...
Output of
layoutMarkdown: per-line breakdown plus overall block dimensions.