Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPortlet

仪表盘组件接口对象

Hierarchy 层级

  • IPortlet

Index 目录

Methods 方法

Methods 方法

getStoreValue

  • getStoreValue(key: string): string
  • 获取仪表盘组件指定的存储对象项的值

    since

    10.0.0

    Parameters 参数

    • key: string

    Returns 返回值 string

    string

setStoreValue

  • setStoreValue(key: string, val: any): void
  • 设置仪表盘组件指定的存储对象项的值

    since

    10.0.0

    Parameters 参数

    • key: string
    • val: any

    Returns 返回值 void