Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Plugin
    • ResponsiveComponentsPlugin

Index

Constructors

constructor

  • Parameters

    • pluginName: string

    Returns ResponsiveComponentsPlugin

Properties

Optional category

category: undefined | string

Optional components

components: undefined | object

Optional config

config: undefined | __type

Optional description

description: undefined | string

Optional hooks

hooks: undefined | object

pluginName

pluginName: string

Optional slug

slug: undefined | string

Optional version

version: undefined | string

Static pluginName

pluginName: string = "ResponsiveComponentsPlugin"

Static slug

slug: string = "responsive-components"

Static withWindowInfo

withWindowInfo: withWindowInfo = withWindowInfo

Static withWindowSize

withWindowSize: withWindowSize = withWindowSize

Methods

Optional initialize

  • initialize(config: __type, ctx: BlueRain): void
  • Parameters

    • config: __type
    • ctx: BlueRain

    Returns void

Static getCurrentSize

  • getCurrentSize(ctx: BlueRainType): undefined | "xs" | "sm" | "md" | "lg" | "xl"
  • Parameters

    • ctx: BlueRainType

    Returns undefined | "xs" | "sm" | "md" | "lg" | "xl"

Object literals

Static components

components: object

Column

Column: function

Type declaration

    • (props: any): Element
    • Parameters

      • props: any

      Returns Element

Container

Container: function

Type declaration

    • (props: any): Element
    • Parameters

      • props: any

      Returns Element

ResponsiveLayout

ResponsiveLayout: function

Type declaration

    • (props: any): Element
    • Parameters

      • props: any

      Returns Element

Row

Row: function

Type declaration

    • (props: any): Element
    • Parameters

      • props: any

      Returns Element

WindowInfo

WindowInfo: any

WindowSize

WindowSize: any

Static hooks

hooks: object

bluerain.redux.initialState

  • bluerain.redux.initialState(state: any, ctx: BlueRainType): any
  • Parameters

    • state: any
    • ctx: BlueRainType

    Returns any

bluerain.redux.middlewares

  • bluerain.redux.middlewares(middlewares: any, ctx: BlueRainType): any
  • Parameters

    • middlewares: any
    • ctx: BlueRainType

    Returns any

bluerain.redux.reducers.bluerain

  • bluerain.redux.reducers.bluerain(reducers: any, ctx: BlueRainType): any
  • Parameters

    • reducers: any
    • ctx: BlueRainType

    Returns any

bluerain.system.plugins.initialized

  • bluerain.system.plugins.initialized(ctx: any): void

Static uses

uses: object

components

components: never[] = []

hooks

hooks: never[] = []

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • 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