开发:更新api
This commit is contained in:
6
types/Common/CheckoutVaildValue.d.ts
vendored
6
types/Common/CheckoutVaildValue.d.ts
vendored
@@ -14,11 +14,13 @@ export declare enum CheckObjectType {
|
||||
None = "none",
|
||||
SmoothEdge = "smoothEdge",
|
||||
/**大于0的数字 */
|
||||
GT0Num = "gt0num"
|
||||
GT0Num = "gt0num",
|
||||
BMP = "batchmodifypanel"
|
||||
}
|
||||
export declare namespace CheckoutValid {
|
||||
function HasInvailValue(obj: Object, objType: CheckObjectType): boolean;
|
||||
function HasInvailValue(obj: Object, objType: CheckObjectType): string;
|
||||
function CheckOption(type: CheckObjectType, k: string, v: string): string;
|
||||
function CheckoutBatchModifyPanel(k: string, v: string): string;
|
||||
function CheckoutBoardOption(k: string, v: string): string;
|
||||
function CheckoutDrillOption(k: string, v: string | boolean): string;
|
||||
function CheckoutRec2BrOption(k: string, v: string): string;
|
||||
|
Reference in New Issue
Block a user