All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.react.virtual.ScrollReason.kt Maven / Gradle / Ivy

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package react.virtual

// language=JavaScript
@JsName("""(/*union*/{ToIndex: 'ToIndex', ToOffset: 'ToOffset', SizeChanged: 'SizeChanged'}/*union*/)""")
external enum class ScrollReason {
    ToIndex,
    ToOffset,
    SizeChanged,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy