Rezi
Preparing search index...
core/src
getBorderGlyphs
Function getBorderGlyphs
getBorderGlyphs
(
style
:
BorderStyle
,
)
:
|
Readonly
<
{
BL
:
string
;
BR
:
string
;
H
:
string
;
TH
:
string
;
THL
:
string
;
TL
:
string
;
TR
:
string
;
TV
:
string
;
TVB
:
string
;
V
:
string
;
X
:
string
;
}
,
>
|
null
Get border glyphs for a given style.
Parameters
style
:
BorderStyle
Border style name
Returns
|
Readonly
<
{
BL
:
string
;
BR
:
string
;
H
:
string
;
TH
:
string
;
THL
:
string
;
TL
:
string
;
TR
:
string
;
TV
:
string
;
TVB
:
string
;
V
:
string
;
X
:
string
;
}
,
>
|
null
Border glyph set, or null for "none"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Get border glyphs for a given style.