Type Alias TGeometryState

TGeometryState: {
    color: string | "initial";
    hoverColor?: string | "initial";
    interactive: boolean;
    topColor?: string | "initial";
    type: "geometry";
    visible: boolean;
}

Defines the state for geometry elements like Space when updated.

Type declaration

  • color: string | "initial"

    Color of the geometry element. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0).

  • OptionalhoverColor?: string | "initial"

    Color of the geometry element when hovered over. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0).

  • interactive: boolean

    Indicates if the geometry element is interactive. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0).

  • OptionaltopColor?: string | "initial"

    Color of the geometry element's top. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0).

  • type: "geometry"
  • visible: boolean

    geometry gets rendered if true