selectedColor
|
Color
|
Font color of the selected text.
|
popupColor
|
Color
|
Font color of the pop-up text.
|
selectedBackgroundColor
|
Color
|
Background color of the selected text.
|
popupBackground
|
Color
|
Background color of the pop-up text.
|
usingPopup
|
boolean
|
Whether to use pop-up text.
|
selectedFont
|
{
size?: number,
weight?: FontWeight,
family?: string,
style?: FontStyle
}
|
Font style of the selected text.
|
popupFont
|
{
size?: number,
weight?: FontWeight,
family?: string,
style?: FontStyle
}
|
Font style of the pop-up text.
|
font
|
{
size?: number,
weight?: FontWeight,
family?: string,
style?: FontStyle
}
|
Default font style of the alphabetic index bar.
|
itemSize
|
Length
|
Size of an item in the alphabetic index bar. The item is a square, and the side length needs to be set.
|
alignStyle
|
IndexerAlign
|
Alignment style of the alphabetic index bar. Left alignment and right alignment are supported. The alignment style affects the position of the pop-up window.
|