Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InfoPanelSectionView

A data type that represents the configuration options for an info panel view.

Hierarchy

  • InfoPanelSectionView

Index

Properties

Optional config

config: Record<string, any>

Optional data

Optional id

id: string

Optional init

init: (view: AnyInfoPanelView, contentView: InfoPanelContentView) => void

Type declaration

renderer

Optional request

request: (account: Account, data: any, config?: any) => ApiRequest

Type declaration

Optional requiresData

requiresData: boolean

Optional static

static: boolean

Generated using TypeDoc