Skip to main content

backend

Interfaces

DeskulptConf

See its backend counterpart.

Properties

PropertyTypeDefined in
entrystringtypes/backend.ts:47
ignorebooleantypes/backend.ts:48
namestringtypes/backend.ts:46

Settings

See its backend counterpart.

Properties

PropertyTypeDefined in
themeAppearanceThemeAppearancetypes/backend.ts:60
toggleShortcutnull | stringtypes/backend.ts:61
widgetSettingsIdMap<WidgetSetting>types/backend.ts:62

ShowToastPayload

See its backend counterpart.

Properties

PropertyTypeDefined in
kind"success"types/backend.ts:24
messagestringtypes/backend.ts:25

WidgetConfig

See its backend counterpart.

Properties

PropertyTypeDefined in
deskulptConfDeskulptConftypes/backend.ts:37
directorystringtypes/backend.ts:39
externalDepsRecord<string, string>types/backend.ts:38

WidgetSetting

See its backend counterpart.

Properties

PropertyTypeDefined in
opacitynumbertypes/backend.ts:71
xnumbertypes/backend.ts:69
ynumbertypes/backend.ts:70

Type Aliases

IdMap<T>

IdMap<T>: Record<string, T>

See its backend counterpart.

Type Parameters

Type Parameter
T

Defined in

types/backend.ts:13


Result<T, E>

Result<T, E>: object | object

Default serialization of the Result enum in Rust.

Type Parameters

Type Parameter
T
E

Defined in

types/backend.ts:8


ThemeAppearance

ThemeAppearance: "light" | "dark"

See its backend counterpart.

Defined in

types/backend.ts:54


ToastKind

ToastKind: "success"

See its backend counterpart.

Defined in

types/backend.ts:18


WidgetConfigCollection

WidgetConfigCollection: IdMap<Result<WidgetConfig, string>>

See its backend counterpart.

Defined in

types/backend.ts:31