Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModuleScreenInfo

Information you can retrieve about a particular module screen. This corresponds to information collected from the manifest.json's 'screens'.

api-version

1

user

Hierarchy

Index

Properties

icon: string

An icon file path that represented the screen component. It must be set as a reference to image resource like as: 'assets/images/icon.png"

api-version

2

user
id: string

A component id to distinguish components which are implemented in the module package.

api-version

1

user
messageFilters: MessageFilter[]

A list of messageFilter to retrieve an appropriate component about a Message.

api-version

1

user
name: string

A component name.

api-version

1

user
type: string

A component type. Available names are:

api-version

1

user

Generated using TypeDoc