同步源码
This commit is contained in:
5
types/Add-on/HideSelected.d.ts
vendored
5
types/Add-on/HideSelected.d.ts
vendored
@@ -8,9 +8,10 @@ export declare class Command_ShowAll implements Command {
|
||||
export declare class Command_HideUnselected implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_SwitchDoor implements Command {
|
||||
export declare class Command_SwitchDoorOrDrawer implements Command {
|
||||
private _isShow;
|
||||
constructor(_isShow: boolean);
|
||||
private _IsDoor;
|
||||
constructor(_isShow: boolean, _IsDoor: boolean);
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class SelectAll implements Command {
|
||||
|
Reference in New Issue
Block a user