A NativeScript plugin to provide the Pull to Refresh control on any view.
    Preparing search index...

    Class PullToRefresh

    Contains the PullToRefresh class, which represents a Layout that contains the UI pattern for pull-to-refresh

    Hierarchy

    • ContentView
      • PullToRefresh
    Index

    Constructors

    • Returns PullToRefresh

    Properties

    android: any

    Gets the native android widget that represents the user interface for this component. Valid only when running on Android OS.

    ios: any

    Because of iOS specific this returns the basic UIView. In order to access UIRefreshControl use the refreshControl property!

    refreshControl?: any

    Returns the native iOS UIRefreshControl

    refreshing: boolean
    refreshEvent: string

    String value used when hooking to the onRefresh event.