Home Reference Source

Variable

Static Public Summary
public
public
public

LoadingStates: {"CLEAN": string, "LOADING": string, "LOADED": string}

States cycled through when retrieving a resource

public

Array of values of LoadingStates for use in React.PropTypes to avoid duplicating logic

public

appReducer: [type]

A helper function to join multiple reducers into a single reducing funtion that can be passed to store

public
public
public

A array that comprises of all the different fields of a Microservice that can be added while creating a new Microservice

Static Public

public AddMicroserviceForm: * source

public BACKEND_URL: * source

import BACKEND_URL from './src/main/app/src/env-config.js'

public LoadingStates: {"CLEAN": string, "LOADING": string, "LOADED": string} source

import {LoadingStates} from './src/main/app/src/utils/common.js'

States cycled through when retrieving a resource

public LoadingStatesValues: * source

import {LoadingStatesValues} from './src/main/app/src/utils/common.js'

Array of values of LoadingStates for use in React.PropTypes to avoid duplicating logic

public appReducer: [type] source

import appReducer from './src/main/app/src/redux/index.js'

A helper function to join multiple reducers into a single reducing funtion that can be passed to store

public fieldHeading: * source

public formFields: * source

public formFieldsData: Array source

A array that comprises of all the different fields of a Microservice that can be added while creating a new Microservice