TinyBase logoTinyBase

InspectorProps

InspectorProps props are used to configure the Inspector component.

{
  position?: "top" | "right" | "bottom" | "left" | "full";
  open?: boolean;
}
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.

Since

v5.0.0