Skip to main content

AppleTvTransportBarActionProps

AppleTvTransportBarActionProps = object

AppleTvTransportBarActionProps defines the properties for an AppleTvTransportBarAction

Properties

icon

icon: string

The name of the image resource in the Xcode app project.


onPress()

onPress: (value) => void

Action to be executed when the button is pressed.

Parameters

ParameterTypeDescription
valuestringThe action state string passed to the handler.

Returns

void


state

state: boolean

The state of the info bar action button.


title

title: string

The text of the transport bar action button.