跳到主要内容

IPreviewPlankDrawingOption type

预览板件图纸 @vm-type UnknownType

Signature:

declare type IPreviewPlankDrawingOption = Pick<IBomPlankEditable<Partial<IBomPlankHoleWithId> & IBomPlankHoleEditable, Partial<IBomPlankGrooveWithId> & IBomPlankGrooveEditable, any>, 'thickness' | 'textureDirection' | 'finishedWidth' | 'finishedHeight' | 'finishedProfile' | 'holes' | 'grooves' | 'inners'> & {
modelId?: string;
orderId?: string;
};

Links: declare type IPreviewPlankDrawingOption = Pick<IBomPlankEditable<Partial<IBomPlankHoleWithId> & IBomPlankHoleEditable, Partial<IBomPlankGrooveWithId> & IBomPlankGrooveEditable, any>, 'thickness' | 'textureDirection' | 'finishedWidth' | 'finishedHeight' | 'finishedProfile' | 'holes' | 'grooves' | 'inners'> & { modelId?: string; orderId?: string; };

References: IBomPlankEditable, IBomPlankHoleWithId, IBomPlankHoleEditable, IBomPlankGrooveWithId, IBomPlankGrooveEditable