Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPopActionProps

Hierarchy

  • IPopActionProps

Index

Properties

cancelPending

cancelPending: boolean

cancelText

cancelText: string

changePending

changePending: (key: string, state: boolean, callback?: () => void) => void

Type declaration

    • (key: string, state: boolean, callback?: () => void): void
    • Parameters

      • key: string
      • state: boolean
      • Optional callback: () => void
          • (): void
          • Returns void

      Returns void

confirmPending

confirmPending: boolean

confirmText

confirmText: string

onCancel

onConfirm

popover

popover: any

prefix

prefix: string

type

type: "primary" | "default" | "danger" | "success" | "secondary"

Generated using TypeDoc