webcad-ue4-api/types/Add-on/CombinatAttributeBrush.d.ts
2024-10-29 17:14:43 +08:00

35 lines
844 B
TypeScript

import * as React from 'react';
import { Command } from "../Editor/CommandMachine";
interface IBrushOption {
all: boolean;
roomName: boolean;
cabName: boolean;
name: boolean;
factory: boolean;
comments: boolean;
isSplite: boolean;
actualExpr: boolean;
isSplitePrice: boolean;
isHole: boolean;
brand: boolean;
model: boolean;
spec: boolean;
count: boolean;
unit: boolean;
ProcessingGroupList: boolean;
material: boolean;
color: boolean;
DataList: boolean;
}
export declare class CombinatAttributeBrush implements Command {
exec(): Promise<void>;
}
export declare class BrushModal extends React.Component<{
option: IBrushOption;
}> {
render(): JSX.Element;
private ok;
private cancel;
}
export {};
//# sourceMappingURL=CombinatAttributeBrush.d.ts.map