GitHub Homepage React Spectrum Libraries Legal Notice

@wuespace/telestion-client-prop-types

Install using

npm install @wuespace/telestion-client-prop-types

Exported Members

You can access these members by importing the module:

import { member } from '@wuespace/telestion-client-prop-types';

messagePropType

const : any

PropType for any event bus message

See @wuespace/vertx-event-bus#Message for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

callbackPropType

const : any

PropType for a callback which is used in an event bus instance

See @wuespace/vertx-event-bus#Callback for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

optionsPropType

const : any

PropType for an event bus option

See @wuespace/vertx-event-bus#Options for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

eventBusPropType

const : any

PropType for an event bus instance

See @wuespace/vertx-event-bus#EventBus for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

addressableMessage

const : any

No docs provided

baseMessage

const : any

No docs provided

contentMessage

const : any

No docs provided

headersPropType

const : any

PropType for event bus message headers

See @wuespace/vertx-event-bus#Headers for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

widgetDefinitionPropType

const : any

PropType for a widget placeholder in a dashboard container

See @wuespace/telestion-client-types#WidgetDefinition for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

dashboardPropType

const : any

PropType fora dashboard which renders given widgets in defined positions

See @wuespace/telestion-client-types#Dashboard for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

userConfigPropType

const : any

PropType for a user configuration or some dashboard definitions associated to a user

See @wuespace/telestion-client-types#UserConfig for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

basePropTypePropType

const : any

PropType for a base prop-type of a widget component

See @wuespace/telestion-client-types#BasePropType for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

genericPropsPropType

const : any

PropType for the most generic properties of a widget component

See @wuespace/telestion-client-types#GenericProps for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

globalRendererPropsPropType

const : any

PropType for the props that are always available to Widget component

See @wuespace/telestion-client-types#GlobalRendererProps for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

widgetPropType

const : any

PropType for an "entire" widget definition

See @wuespace/telestion-client-types#Widget for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

authPropType

const : any

PropType for an authenticator definition

See @wuespace/telestion-client-types#Auth for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

selectorPropType

const : any

PropType for the "name" of a group or preference

See @wuespace/telestion-client-types#Selector for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

prefSelectorPropType

const : any

PropType for a selector to select a preference out of a preference group

See @wuespace/telestion-client-types#PrefSelector for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

groupSelectorPropType

const : any

PropType for a selector to select a group out of a preference store

See @wuespace/telestion-client-types#GroupSelector for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html

preferencePropType

const : any

PropType for a preference with a value and renderer

See @wuespace/telestion-client-types#Preference for further information.

For more information about using PropTypes, see https://reactjs.org/docs/typechecking-with-proptypes.html