TinyBase logoTinyBase

StoreInspectorProps

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

v4.1.0