# IPlaceholder

Interface

Source: https://github.com/playcanvas/pcui/blob/77ed2b8ba8660c9644049b0d1942652721e7a6c4/src/components/Element/index.ts#L83

The interface for elements that have placeholder text.

## Accessors

### placeholder

```ts
get placeholder(): string
set placeholder(value: string)
```

Gets the placeholder text of the input.
