Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssetPathChainable

An interface containing method type signatures for any .ddragon Action containing a .assetPath() method.

Hierarchy

  • AssetPathChainable

Implemented by

Index

Properties

Properties

Optional assetPath

assetPath: undefined | (<K>(this: K, assetPath: string) => Omit<K, "assetPath">)