# AccessibilityActionCustom

`import { AccessibilityActionCustom } from "destack:accessibility/binding";`

Custom action.

```ds title="AccessibilityActionCustom"
export struct AccessibilityActionCustom {
    kind: "custom";
    header: AccessibilityActionHeader;
    actionId: string;
}
```

[language/library/src/accessibility/binding/action.ds:353:360](https://github.com/destack-sh/destack/blob/main/language/library/src/accessibility/binding/action.ds#L353-L360)

## Members

### `kind: "custom"`

Action discriminator.

### `header: AccessibilityActionHeader`

Action header.

### `actionId: string`

Requested custom action identifier.
