Options
All
  • Public
  • Public/Protected
  • All
Menu

Project aftool

Index

Type aliases

ActionFunc

ActionFunc: (...args: unknown[]) => void

Type declaration

    • (...args: unknown[]): void
    • Parameters

      • Rest ...args: unknown[]

      Returns void

ActionObject

ActionObject: { action: ActionFunc; delay: number; func?: ActionFunc }

Type declaration

ActionsControllerItem

ActionsControllerItem: { action: ActionFunc; delay?: number; type?: "debounce" | "throttle" }

ActionControllers 构造函数中的配置项类型

Type declaration

  • action: ActionFunc
  • Optional delay?: number
  • Optional type?: "debounce" | "throttle"

Functions

Const debounce

Const throttle

Generated using TypeDoc