Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UiGenerator

Hierarchy

  • UiGenerator

Index

Constructors

constructor

Properties

Private elementDataActionTypeList

elementDataActionTypeList: string[] = []

Private elementList

elementList: AbstractView[] = []

Private elementNameList

elementNameList: string[] = []

Private reducers

reducers: {} = {}

Type declaration

  • [reducerName: string]: Reducer

Private store

store: null | Store<any, AnyAction> = null

Methods

addElement

  • addElement(element: AbstractView): void

Private configureStore

  • configureStore(preloadedState?: {}): Store<any, AnyAction>

getReducers

  • getReducers(): void

getStore

  • getStore(): Store<any, AnyAction>

Private getTotalDataReducer

  • getTotalDataReducer(): (state?: any, action: AnyAction) => any
  • Returns (state?: any, action: AnyAction) => any

      • (state?: any, action: AnyAction): any
      • Parameters

        • state: any = {}
        • action: AnyAction

        Returns any

show

  • show(): void

Generated using TypeDoc