Options
All
  • Public
  • Public/Protected
  • All
Menu

@bluebase/plugin-launcher

Index

Variables

Const EmptyState

EmptyState: ComponentClass<any, any> | FunctionComponent<any> = getComponent('LauncherEmptyState', 'EmptyState')

Const SitesIconPlugin

SitesIconPlugin: any = createPlugin({key: 'sites',name: 'Sitesplugin',version: '1.0.0',icon: {component: 'SitesAppIcon',type: 'icon',},})

Const ThingsPlugin

ThingsPlugin: any = createPlugin({key: 'things',name: 'thingsplugin',version: '1.0.0',icon: {component: 'SitesAppIcon',type: 'icon',},})

Const VERSION

VERSION: "1.0.1" = "1.0.1"

Const samplePlugin

samplePlugin: object & object = createPlugin({key: 'things',name: 'thingsplugin',version: '1.0.0',indexRoute: 'things'})

Const samplesPlugin

samplesPlugin: object & object = createPlugin({key: 'thingss',name: 'thingsplugins',version: '1.0.0',indexRoute: 'things'})

Functions

Const AppCard

  • AppCard(__namedParameters: object): Element

Const AppGrid

  • AppGrid(__namedParameters: object): Element

Const DefaultIcon

  • DefaultIcon(__namedParameters: object): Element

Const Wallpaper

  • Wallpaper(__namedParameters: object): Element
  • Parameters

    • __namedParameters: object
      • children: undefined | null | string | number | false | true | __type | ReactElement<any, string | function | object> | ReactNodeArray | ReactPortal
      • defaultProps: undefined | ImageBackgroundProps
      • landscapeProps: undefined | ImageBackgroundProps
      • portraitProps: undefined | ImageBackgroundProps

    Returns Element

Generated using TypeDoc