变更api

This commit is contained in:
ChenX
2023-12-18 11:24:07 +08:00
parent 2b6cb2fd72
commit 596ab9dba3
14 changed files with 75 additions and 39 deletions

View File

@@ -1,4 +1,5 @@
import { BoardOpenDir, BoardType, BrRelativePos } from "../../../DatabaseServices/Entity/BoardInterface";
import { EOrderType } from "../../../Editor/OrderType";
import { RenderType } from "../../../GraphicsSystem/RenderType";
import { BehindHeightPositon, RadioType, ViewDirection } from "./OptionEnum";
export interface IBaseOption {
@@ -200,7 +201,10 @@ export interface IKnifeProps {
angle: number;
}
export interface CommonPanelConfigOption extends IBaseOption {
orderType: string;
orderMap: {
[key: string]: string;
};
orderType: EOrderType;
}
export interface DatalistColumnWidthOption {
name: number;

File diff suppressed because one or more lines are too long