typograph-editor-documentation
Preparing search index...
arrow_control
Arrow_Control
Class Arrow_Control
Index
Constructors
constructor
Properties
color
direction
element
enabeled
id
size
type
Methods
enable
get_
element
get
HTML
Element
set
Color
set
Direction
set
Size
Constructors
constructor
new
Arrow_Control
(
type
:
string
,
id
:
string
,
direction
:
string
,
color
?:
string
,
size
?:
number
,
)
:
Arrow_Control
Parameters
type
:
string
id
:
string
direction
:
string
color
:
string
= 'black'
size
:
number
= 0
Returns
Arrow_Control
Properties
color
color
:
string
= 'black'
direction
direction
:
string
element
element
:
HTMLDivElement
enabeled
enabeled
:
boolean
= true
id
id
:
string
size
size
:
number
= 0
type
type
:
string
Methods
enable
enable
(
v
?:
boolean
)
:
void
Parameters
v
:
boolean
= true
Returns
void
get_
element
get_element
()
:
HTMLElement
Returns
HTMLElement
get
HTML
Element
getHTMLElement
()
:
HTMLDivElement
Returns
HTMLDivElement
set
Color
setColor
(
c
:
string
)
:
void
Parameters
c
:
string
Returns
void
set
Direction
setDirection
(
s
:
string
)
:
void
Parameters
s
:
string
Returns
void
set
Size
setSize
(
n
:
number
)
:
void
Parameters
n
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
color
direction
element
enabeled
id
size
type
Methods
enable
get_
element
get
HTML
Element
set
Color
set
Direction
set
Size
typograph-editor-documentation
Loading...