如视 Five SDK
    Preparing search index...
    Object3DHelperEventMap: HelperEventMap & {
        disable: (options?: { userAction?: boolean }) => void;
        dispose: () => void;
        enable: (options?: { userAction?: boolean }) => void;
        hide: (options?: { userAction?: boolean }) => void;
        show: (options?: { userAction?: boolean }) => void;
        stateChange: (
            params: { prevState?: Object3DHelperState; state: Object3DHelperState },
        ) => void;
    }