Skip to content

Interface ProzillaOSProps

Source: ProzillaOS.tsx

Properties

systemName?

optional systemName?: string

The name of the system.


tagLine?

optional tagLine?: string

The tagline/short description of the system.


config?

optional config?: { apps?: Partial<AppsConfigOptions>; desktop?: Partial<DesktopConfigOptions>; misc?: Partial<MiscConfigOptions>; modals?: Partial<ModalsConfigOptions>; taskbar?: Partial<TaskbarConfigOptions>; tracking?: Partial<TrackingConfigOptions>; windows?: Partial<WindowsConfigOptions>; virtualDrive?: Partial<VirtualDriveConfigOptions>; }

The system configuration.

apps?

optional apps?: Partial<AppsConfigOptions>

desktop?

optional desktop?: Partial<DesktopConfigOptions>

misc?

optional misc?: Partial<MiscConfigOptions>

modals?

optional modals?: Partial<ModalsConfigOptions>

taskbar?

optional taskbar?: Partial<TaskbarConfigOptions>

tracking?

optional tracking?: Partial<TrackingConfigOptions>

windows?

optional windows?: Partial<WindowsConfigOptions>

virtualDrive?

optional virtualDrive?: Partial<VirtualDriveConfigOptions>


skin?

optional skin?: Skin


children?

optional children?: ReactNode

Built by Prozilla