Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6a207a

Browse files
author
FalkWolsky
committed
Changes to support persistence of Layers Mode per App
1 parentd666fc6 commitc6a207a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎client/packages/lowcoder/src/constants/applicationConstants.ts‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export enum AppTypeEnum {
1111
NavLayout=3,
1212
// 4 folder, 5 mobile
1313
MobileTabLayout=6,
14+
// WorkflowScreen = 7,
15+
// Slide = 8,
1416
}
1517

1618
exportenumApplicationCategoriesEnum{
@@ -52,6 +54,8 @@ export const AppUILayoutType: Record<AppTypeEnum, UiLayoutType> = {
5254
[AppTypeEnum.Module]:"module",
5355
[AppTypeEnum.NavLayout]:"nav",
5456
[AppTypeEnum.MobileTabLayout]:"mobileTabLayout",
57+
// [AppTypeEnum.WorkflowScreen]: "module",
58+
// [AppTypeEnum.Slide]: "normal",
5559
};
5660

5761
exporttypeApplicationDSLType="editing"|"published"|"view_marketplace";
@@ -61,6 +65,7 @@ export type ApplicationPermissionType = "USER" | "GROUP" | "ORG_ADMIN";
6165
exportinterfaceApplicationExtra{
6266
moduleHeight?:number;
6367
moduleWidth?:number;
68+
layers?:boolean;
6469
}
6570

6671
exportinterfaceApplicationMeta{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp