Skip to main content

Interface: Activity

Defined in: components/activity/Activity.tsx:67

Independent screen or a page rendered on top of the app

Properties

cluster?

optional cluster?: string;

Defined in: components/activity/Activity.tsx:88

Cluster of the launched activity


content

content: ReactNode;

Defined in: components/activity/Activity.tsx:71

Content to display inside the activity


hideTitleInHeader?

optional hideTitleInHeader?: boolean;

Defined in: components/activity/Activity.tsx:77

Hides title from the window header


icon?

optional icon?: ReactNode;

Defined in: components/activity/Activity.tsx:79

Activity icon, optional but highly recommended


id

id: string;

Defined in: components/activity/Activity.tsx:69

Unique ID


location

location: ActivityLocation;

Defined in: components/activity/Activity.tsx:73

Current activity location


minimized?

optional minimized?: boolean;

Defined in: components/activity/Activity.tsx:81

Whether this activity is minimized to the taskbar


temporary?

optional temporary?: boolean;

Defined in: components/activity/Activity.tsx:86

Temporary activity will be closed if another activity is opened It will turn into permanent one if user interacts with it


title?

optional title?: ReactNode;

Defined in: components/activity/Activity.tsx:75

Title to render in the taskbar and in window