变更api
This commit is contained in:
@@ -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
Reference in New Issue
Block a user