# TypeHintAttribute

Hint that this type is expected to be this. This is used internally for
the editor UX to hint that a type of a value should be a specific type.

- Kind: attribute
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Constructors

- [`TypeHintAttribute`](/api/TypeHintAttribute/.ctor)

## Properties

- [`HintedType`](/api/TypeHintAttribute/HintedType): The type we're hinting towards
