Skip to content

Commit 64b8ae5

Browse files
authored
Inspector: Improve folder renaming, color/select value updates, and visibility controls (#2233)
1 parent b979112 commit 64b8ae5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

types/three/examples/jsm/inspector/tabs/Parameters.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,15 @@ interface ValueColorWithParameters<
6767
}
6868

6969
declare class ParametersGroup {
70-
name: string;
71-
7270
paramList: Item;
7371

7472
constructor(parameters: never, name: string);
7573

74+
close(): this;
75+
name(name: string): this;
76+
show(): this;
77+
hide(): this;
78+
7679
add<T, K extends keyof T>(
7780
object: T,
7881
property: K,

0 commit comments

Comments
 (0)