FloatingActionSectionType

Definition

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

Usage

import { FloatingActionSectionType } from 'uxp/components';

Last updated