Blockbench Reference Docs
Preparing search index...
generated/interface/resize_lines
<internal>
ResizeLineOptions
Interface ResizeLineOptions
interface
ResizeLineOptions
{
condition
:
ConditionResolvable
;
get
:
(
this
:
ResizeLine
)
=>
number
;
horizontal
?:
boolean
;
id
?:
string
;
position
?:
(
this
:
ResizeLine
)
=>
void
;
reset
?:
(
this
:
ResizeLine
)
=>
void
;
set
:
(
this
:
ResizeLine
,
original
:
number
,
difference
:
number
)
=>
void
;
width
?:
number
;
}
Hierarchy (
View Summary
)
ResizeLineOptions
ResizeLine
Implemented by
ResizeLine
Index
Properties
condition
get
horizontal?
id?
position?
reset?
set
width?
Properties
condition
condition
:
ConditionResolvable
get
get
:
(
this
:
ResizeLine
)
=>
number
Optional
horizontal
horizontal
?:
boolean
Optional
id
id
?:
string
Optional
position
position
?:
(
this
:
ResizeLine
)
=>
void
Optional
reset
reset
?:
(
this
:
ResizeLine
)
=>
void
set
set
:
(
this
:
ResizeLine
,
original
:
number
,
difference
:
number
)
=>
void
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
get
horizontal
id
position
reset
set
width
Blockbench Reference Docs
Loading...