Component reference
Interaction components
Link component
7 min
description the link component allows you to create interactive elements that navigate users to a specified url when activated this is useful for creating interactive kiosks, signs, or objects that provide additional information or redirect users to other resources requirements when configuring the link component in an entity, it comes with two additional required components interactable component docid\ rytuqzhpgqmhwhwkltpax enables entities to respond to user interactions, such as clicks or key presses input component docid 1swkxzge94sh o5gbubl2 listens for user input events and can trigger actions in response the link component relies on these proper interaction mechanics to work correctly properties property description open in new tab determines whether the url opens in a new browser tab ( true ) or redirects the current tab ( false ) link url the web address to navigate to when the link is activated usage notes to use the link component, configure the following options interactable properties property suggested setting label enter a prompt like "click to visit website " activation type set to hover or proximity based on how users should initiate the interaction click to interact enable this if users need to click after activation callback options property setting target set to self callback id select linkcallback to redirect the user to the link input component the input component docid 1swkxzge94sh o5gbubl2 listens for user actions and sends them to the interactable component docid\ rytuqzhpgqmhwhwkltpax for processing important details use the open in new tab option to control whether the link opens in a new tab or redirects the current page be cautious when redirecting the current page, as it can disrupt the user's session