Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContextAsyncButtonProps<Context>

Type parameters

  • Context

Hierarchy

  • object
    • IContextAsyncButtonProps

Index

Properties

Methods

Properties

context

context: Context

The value that will get passed to the onPress handler

Methods

onPress

  • onPress(context: Context): Promise<void>