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

# None Action

> Documentation for None Action

A default action that does nothing.

## Example

<CodeGroup>
  ```dart Dart theme={null}
  StacNoneAction()
  ```

  ```json JSON theme={null}
  {
    "actionType": "none"
  }
  ```
</CodeGroup>
