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

# Blank

> Blank

# Blank

A control used in a [`layer`](/reference/system/touchadaptationkit/layout/game-streaming-touch-layer) to hide the control that was being displayed in this slot.

<Warning>Layers and the `blank` control are currently available for use in experimental form and may change behavior based on early adopter feedback.</Warning>

## Properties

`type` - *"blank"*. Specifies the control type.

## Remarks

The `blank` control can ONLY be used on a [`layer`](/reference/system/touchadaptationkit/layout/game-streaming-touch-layer). It is used to hide the control that was being displayed in the base layout in that slot.

## Samples

```JSON theme={null}
{
    "type": "blank"
}
```

## Requirements

**Minimum Layout Version:** 1.0+.


## Related topics

- [Templates](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-templates.md)
- [템플릿](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-templates.md)
- [テンプレート](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-templates.md)
- [Plantillas](/es/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-templates.md)
- [模板](/zh-CN/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-templates.md)
