Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MaterialUIPlugin

Hierarchy

  • Plugin
    • MaterialUIPlugin

Index

Constructors

constructor

Properties

Static Private _theme

_theme: ThemeOptions

Accessors

Static theme

  • get theme(): ThemeOptions
  • set theme(theme: ThemeOptions): void

Methods

Private _getThemePath

  • _getThemePath(appDir: string): string

Private _tryTranspileEcmascript

  • _tryTranspileEcmascript(themePath: string): string

Private _tryTranspileTypescript

  • _tryTranspileTypescript(themePath: string): string

Protected getBeforeExecutions

  • getBeforeExecutions(): Array<object>
  • Gets the list of callbacks called before the route execution.

    Returns Array<object>

Protected getComponentProvider

  • getComponentProvider(): string
  • Returns string

Protected getEntryInjections

  • getEntryInjections(): string[]
  • Returns string[]

Protected getMergeStyles

  • getMergeStyles(): Array<string>
  • Gets the list of styles to merge in the rs app css.

    Returns Array<string>

Protected getMiddlewares

  • getMiddlewares(): Array<IMiddleware>
  • Returns Array<IMiddleware>

getName

  • getName(): string

Protected getRouteCallbacks

  • getRouteCallbacks(): Array<object>
  • Gets the list of route callbacks.

    Returns Array<object>

Protected getScripts

  • getScripts(): Array<string>
  • Gets the list of scripts to require in the html header.

    Returns Array<string>

Protected getSocketClasses

  • getSocketClasses(): Array<SocketClass>
  • Gets the list of socket classes to register.

    Returns Array<SocketClass>

Protected getSocketEvents

  • getSocketEvents(): Array<ISocketEvent>
  • Gets the list of socket events to register.

    Returns Array<ISocketEvent>

Protected getStyles

  • getStyles(): Array<string>

register

  • register(server: Server): void
  • Parameters

    • server: Server

    Returns void

Object literals

Private _options

_options: object

evalServerTheme

evalServerTheme: true = true

forcePluginLayout

forcePluginLayout: true = true

loadRoboto

loadRoboto: true = true

theme

theme: null = null

Generated using TypeDoc