Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleClass

Represents a CSS class.

Hierarchy

  • StyleClass

Index

Constructors

Properties

Constructors

constructor

  • new StyleClass(name: string, style: string): StyleClass
  • Creates a CSS class declaration based on supplied (local) name and style rules.

    Parameters

    • name: string

      local CSS class name (will be prefixed with the marker.js prefix).

    • style: string

      style declarations.

    Returns StyleClass

Properties

localName

localName: string

Class name without the global prefix.

name

name: string

Fully qualified CSS class name.

style

style: string

CSS style rules for the class.

Generated using TypeDoc