Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWidget

Hierarchy

Implemented by

Index

Properties

Methods

Properties

id

id: string

Methods

destroy

  • destroy(): void
  • Returns void

hide

  • hide(): this
  • Returns this

isShown

  • isShown(): boolean
  • Returns boolean

locale

  • locale(): string
  • locale(locale: string): this
  • Returns string

  • Parameters

    • locale: string

    Returns this

name

  • name(): string
  • Returns string

off

  • off(type?: string): this
  • Parameters

    • Optional type: string

    Returns this

on

  • Parameters

    Returns this

show

  • show(): this
  • Returns this