# ActionHideProperties

## Content

# Type Alias: ActionHideProperties

```ts
type ActionHideProperties = object;
```

Represents an action that hides or shows one or more widget annotations.

## See

[ActionHide](../classes/ActionHide)

## Properties

### hide?

```ts
optional hide?: boolean;
```

Indicates whether to hide (true) or show (false) the linked annotations.
