Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Icon
    • Icon

Index

Classes

Interfaces

Constructors

Methods

Constructors

constructor

  • Parameters

    Returns Icon

Methods

createIcon

  • createIcon(): any
  • Returns any

createShadow

  • createShadow(): any
  • Returns any

Static addInitHook

  • addInitHook(methodName: string, ...args: any[]): void
  • You can also use the following shortcut when you just need to make one additional method call.

    Parameters

    • methodName: string
    • Rest ...args: any[]

    Returns void

Static extend

  • You use L.Class.extend to define new classes, but you can use the same method on any class to inherit from it.

    Parameters

    Returns any