Options
All
  • Public
  • Public/Protected
  • All
Menu

Used to manipulate CSS class and style information

Hierarchy

  • Css

Implements

Index

Constructors

constructor

  • new Css(classes?: string, style?: object): Css

Properties

classes

classes: object

Type declaration

  • [index: string]: boolean

style

style: object

Type declaration

  • [index: string]: any

Methods

addClasses

  • addClasses(classesStr: string): Css

addStyles

  • addStyles(style: object): Css
  • add a set of styles to the style object

    Parameters

    • style: object

      a style object

      • [index: string]: any

    Returns Css

    the manager instance

getClassString

  • getClassString(): string
  • helper to get a space separated list of classes

    Returns string

    a string list of classes for this manager

getClasses

  • getClasses(): string[]

getStyleString

  • getStyleString(): any
  • helper to get a json representation of the style map

    Returns any

    the json string of the style map

getStyles

  • getStyles(): any

removeClass

  • removeClass(className: string): Css
  • remove a class from the class list

    Parameters

    • className: string

      the class to remove

    Returns Css

    the manager instance

removeStyle

  • removeStyle(key: string): Css
  • remove a style from the style map

    Parameters

    • key: string

      the name of the style to remove

    Returns Css

    the manager instance

setColor

  • setColor(color: string): Css

setOpacity

  • setOpacity(opacity: number): Css

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc