Enumeration members
BoardComponent
BoardComponent = "BOARD_COMPONENT"
EdgeBottom
EdgeBottom = "EDGE_BOTTOM"
EdgeRight
EdgeRight = "EDGE_RIGHT"
EdgeTop
EdgeTop = "EDGE_TOP"
ModalHeader
ModalHeader = "MODAL_HEADER"
RootComponent
RootComponent = "ROOT_COMPONENT"
RootComponentForBoard
RootComponentForBoard = "ROOT_COMPONENT_FOR_BOARD"
RootComponentForWelcome
RootComponentForWelcome = "ROOT_COMPONENT_FOR_WELCOME"
Social
Social = "SOCIAL"
WelcomeModal
WelcomeModal = "WELCOME_MODAL"
WelcomeModalAdjacent
WelcomeModalAdjacent = "WELCOME_MODAL_ADJACENT"
UserInterfaceElementPlace enum lists possible places for an element to be placed.
[🍿] Do not use enums but object as const OR 'LITERAL VALUES' instead