Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDataWidget

Hierarchy

Implemented by

Index

Properties

id

id: string

Methods

data

  • data<T>(): T
  • data(data: any, silent?: boolean): this
  • Type parameters

    • T

    Returns T

  • Parameters

    • data: any
    • Optional silent: boolean

    Returns this

dataModel

  • dataModel<M>(): M
  • Type parameters

    • M

    Returns M

destroy

  • destroy(): void

hide

  • hide(): this

isShown

  • isShown(): boolean

load

locale

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

name

  • name(): string

off

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

    • Optional type: string

    Returns this

on

reload

  • reload(): this
  • Returns this

show

  • show(): this