Options
All
  • Public
  • Public/Protected
  • All
Menu

Module app

Index

Classes

Type aliases

Type aliases

IApp

IApp: { address: string; casType?: string; display: boolean; displayName: string; icon: string; isExternal: boolean; name: string; prefix?: string; scope: scope[]; target?: target }

Type declaration

  • address: string
  • Optional casType?: string
  • display: boolean
  • displayName: string
  • icon: string
  • isExternal: boolean
  • name: string
  • Optional prefix?: string
  • scope: scope[]
  • Optional target?: target

scope

scope: "" | "myinfos" | "userinfo"

target

target: "_blank" | ""

Generated using TypeDoc