React TreeList - loadPanel.indicatorOptions

Configures the load indicator.

animationType

Chooses between predefined load indicator animations.

Type: Enums.LoadingAnimationType
Default Value: 'circle'

TreeList ships with two predefined load animations: circle and sparkle. To implement a custom load animation, specify a .gif image in the src property.

NOTE
When src is specified, animationType has no effect.

height

Configures the load indicator's height.

Type:

Number

|

String

| undefined
Default Value: undefined

src

Specifies the path to a custom load indicator image.

Type:

String

Default Value: ''

Use a .gif image to implement an animated load indicator. When this property is specified, animationType has no effect.

width

Configures the load indicator width.

Type:

Number

|

String

| undefined
Default Value: undefined