TinyBase logoTinyBase

InspectorProps

InspectorProps props are used to configure the Inspector component.

{
  position?: "top" | "right" | "bottom" | "left" | "full";
  open?: boolean;
  hue?: number;
}
TypeDescription
position?"top" | "right" | "bottom" | "left" | "full"

An optional string to indicate where you want the inspector to first appear.

open?boolean

An optional boolean to indicate whether the inspector should start in the opened state.

hue?number

An optional number to indicate the hue of the inspector's UI, defaulting to 270.

Since

v5.0.0