brows3r — TypeScript API
    Preparing search index...

    Interface InspectorTarget

    The target the inspector should display.

    key is null when inspecting a bucket; non-null when inspecting an object.

    interface InspectorTarget {
        bucket: string;
        key?: string;
        profileId: string;
    }
    Index

    Properties

    Properties

    bucket: string
    key?: string
    profileId: string