> ## Documentation Index
> Fetch the complete documentation index at: https://dapplets.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LatchProps

| Name                    | Type                                                                                       | Description                                                                                                                |
| ----------------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| **`context`**           | [`TransferableContext`](https://dapplets.mintlify.app/api-references/transferable-context) | The metadata and payload of the selected context.                                                                          |
| **`variant`**           | `TLatchVariant`                                                                            | Options: `'current'` or `'parent'` or `'child'`. Describes the relationship of the current context to the hovered context. |
| **`contextDimensions`** | `{ width: number; height: number }`                                                        | The dimensions of the context.                                                                                             |
