Interface: Activity
Independent screen or a page rendered on top of the app
Properties
cluster?
optional cluster: string;
Cluster of the launched activity
Defined in
src/components/activity/Activity.tsx:88
content
content: ReactNode;
Content to display inside the activity
Defined in
src/components/activity/Activity.tsx:71
hideTitleInHeader?
optional hideTitleInHeader: boolean;
Hides title from the window header
Defined in
src/components/activity/Activity.tsx:77
icon?
optional icon: ReactNode;
Activity icon, optional but highly recommended
Defined in
src/components/activity/Activity.tsx:79
id
id: string;
Unique ID
Defined in
src/components/activity/Activity.tsx:69
location
location: ActivityLocation;
Current activity location
Defined in
src/components/activity/Activity.tsx:73
minimized?
optional minimized: boolean;
Whether this activity is minimized to the taskbar
Defined in
src/components/activity/Activity.tsx:81
temporary?
optional temporary: boolean;
Temporary activity will be closed if another activity is opened It will turn into permanent one if user interacts with it
Defined in
src/components/activity/Activity.tsx:86
title?
optional title: ReactNode;
Title to render in the taskbar and in window