Interface for the props of the PullToAction component

PullToActionProps

Hierarchy

  • PullToActionProps

Properties

children: ReactNode

The content to be wrapped by the PullToAction component

className?: string

Optional className to be applied to the container element

configuration?: Partial<PullToActionConfig>

Optional configuration object to customize the behavior of the component

onRefresh: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Callback function that is called when the refresh action is triggered Should return a Promise that resolves when the refresh is complete

      Returns Promise<void>

style?: CSSProperties

Optional style object to be applied to the container element