# Sandbox.Component.IPressable.Tooltip.Deconstruct

```csharp
void Deconstruct(out string Title, out string Icon, out string Description, out bool Enabled, out IPressable Pressable)
```

### Parameters

- `out Title` (`string`)
- `out Icon` (`string`)
- `out Description` (`string`)
- `out Enabled` (`bool`)
- `out Pressable` (`IPressable`)

Declared in [Sandbox.Component.IPressable.Tooltip](/api/Sandbox.Component.IPressable.Tooltip).
Assembly: `Sandbox.Engine`.
