@wuespace/telestion-client-prop-types
Install using
npm install @wuespace/telestion-client-prop-types
You can access these members by importing the module:
import { member } from '@wuespace/telestion-client-prop-types';
variable abstractRoutingPropType
variable abstractRedirectPropType
variable additionalRedirectPropType
variable routingTypePropType
variable defaultRoutingPropType
variable unAuthRoutingPropType
variable authRoutingPropType
variable routingPropType
variable messagePropType
variable callbackPropType
variable optionsPropType
variable eventBusPropType
variable addressableMessage
variable addressableMessagePropType
variable baseMessage
variable baseMessagePropType
variable contentMessage
variable contentMessagePropType
variable errorMessagePropType
variable headersPropType
variable messageTypePropType
variable pingMessagePropType
variable publishMessagePropType
variable receiveMessagePropType
variable registerMessagePropType
variable sendMessagePropType
variable unregisterMessagePropType
variable widgetDefinitionPropType
variable dashboardPropType
variable userConfigPropType
variable basePropTypePropType
variable genericPropsPropType
variable globalRendererPropsPropType
variable widgetPropType
variable authResultTypePropType
variable signInResultPropType
variable signOutResultPropType
variable authResultPropType
variable authPropType
variable jsonSerializablePropType
variable notificationTypePropType
variable notificationPropType
variable prefValuePropType
variable prefRendererPropType
variable selectorPropType
variable prefSelectorPropType
variable groupSelectorPropType
variable preferencePropType
variable preferencesGroupPropType
variable preferencesStorePropType
abstractRoutingPropType
const
:
any
PropType for an abstract routing
See @wuespace/telestion-client-types#AbstractRouting
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
abstractRedirectPropType
const
:
any
PropType for an abstract redirect
See @wuespace/telestion-client-types#AbstractRedirect
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
additionalRedirectPropType
const
:
any
PropType for an additional redirect
See @wuespace/telestion-client-types#AdditionalRedirect
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
routingTypePropType
const
:
any
PropType for an routing type
See @wuespace/telestion-client-types#BaseRouting."type"
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
defaultRoutingPropType
const
:
any
PropType for a default routing
See @wuespace/telestion-client-types#DefaultRouting
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
unAuthRoutingPropType
const
:
any
PropType for a un-authorized routing
See @wuespace/telestion-client-types#UnAuthRouting
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
authRoutingPropType
const
:
any
PropType for an authorized routing
See @wuespace/telestion-client-types#AuthRouting
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
routingPropType
const
:
any
PropType for any routing
See @wuespace/telestion-client-types#Routing
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
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
addressableMessagePropType
const
:
any
PropType for a addressable message
See @wuespace/vertx-event-bus#AddressableMessage
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
baseMessagePropType
const
:
any
PropType for a base message
See @wuespace/vertx-event-bus#BaseMessage
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
contentMessagePropType
const
:
any
PropType for a content message.
See @wuespace/vertx-event-bus#ContentMessage
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
errorMessagePropType
const
:
any
PropType for a error message
See @wuespace/vertx-event-bus#ErrorMessage
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
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
messageTypePropType
const
:
any
PropType for an event bus message type
See @wuespace/vertx-event-bus#BaseMessage."type"
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
pingMessagePropType
const
:
any
PropType for a ping message
See @wuespace/vertx-event-bus#PingMessage
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
publishMessagePropType
const
:
any
PropType for a publish message
See @wuespace/vertx-event-bus#PublishMessage
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
receiveMessagePropType
const
:
any
PropType for a receive message
See @wuespace/vertx-event-bus#ReceiveMessage
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
registerMessagePropType
const
:
any
PropType for a register message
See @wuespace/vertx-event-bus#RegisterMessage
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
sendMessagePropType
const
:
any
PropType for a send message
See @wuespace/vertx-event-bus#SendMessage
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
unregisterMessagePropType
const
:
any
PropType for a unregister message
See @wuespace/vertx-event-bus#UnregisterMessage
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
authResultTypePropType
const
:
any
PropType for an auth result type
See @wuespace/telestion-client-types#SignInResult."type"
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
signInResultPropType
const
:
any
PropType for a sign in result
See @wuespace/telestion-client-types#SignInResult
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
signOutResultPropType
const
:
any
PropType for a sign out result
See @wuespace/telestion-client-types#SignOutResult
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
authResultPropType
const
:
any
PropType for any auth result
See @wuespace/telestion-client-types#AuthResult
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
jsonSerializablePropType
const
:
any
PropType for json serializable data
See @wuespace/telestion-client-types#JsonSerializable
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
notificationTypePropType
const
:
any
PropType for a notification type.
See @wuespace/telestion-client-types#NotificationType
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
notificationPropType
const
:
any
PropType for a notification.
See @wuespace/telestion-client-types#Notification
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
prefValuePropType
const
:
any
PropType for the value of a preference
See @wuespace/telestion-client-types#PrefValue
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
prefRendererPropType
const
:
any
PropType for the renderer of a preference
See @wuespace/telestion-client-types#PrefRenderer
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
preferencesGroupPropType
const
:
any
PropType for a group of preferences
See @wuespace/telestion-client-types#PreferencesGroup
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html
preferencesStorePropType
const
:
any
PropType for an entire store of grouped preferences
See @wuespace/telestion-client-types#PreferencesStore
for further information.
For more information about using PropTypes,
see https://reactjs.org/docs/typechecking-with-proptypes.html