Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleStore

Hierarchy

  • StyleStore

Index

Properties

Methods

Properties

Static Private _idMap

_idMap: object

Type declaration

  • [key: string]: Array<string>

Static Private _map

_map: object

Type declaration

  • [key: string]: ServerStyleSheets

Methods

Static get

  • get(id: string): ServerStyleSheets

Static register

  • register(id: string, stylesheet: ServerStyleSheets): void

Static toString

  • toString(id: string, minify?: boolean): string
  • Parameters

    • id: string
    • Default value minify: boolean = false

    Returns string

Generated using TypeDoc