# FloatingActionSectionType

## Definition

```tsx
export enum FloatingActionSectionType {
    Page = 'page',
    Dashboard = 'dashboard'
}
```

## Usage

```tsx
import { FloatingActionSectionType } from 'uxp/components';
```
