ReactOverflowView

Interface that should be implemented by View subclasses that support overflow style. This allows the overflow information to be used by TouchTargetHelper to determine if a View is touchable.

Properties

Link copied to clipboard
abstract val overflow: String?

Gets the overflow state of a view. If set, this should be one of ViewProps#HIDDEN, ViewProps#VISIBLE or ViewProps#SCROLL.