Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserComponentProps<U>

This is the type of props object for the Business UI Component's constructor UserComponent.constructor.

api-version

1

user

Type Parameters

  • U

Hierarchy

  • UserComponentProps

Index

Properties

moduleContext: ModuleContext

An object that is described about a module component environment which is contains the User Component. It is initialized in constructor through props.

api-version

1

user
ref?: RefObject<U>

An MutableRefObject to reference the User Component. It is initialized in constructor through props.

api-version

1

user

Generated using TypeDoc