platform-bible-react
    Preparing search index...

    Type Alias BookChapterControlHandleExperimental

    Imperative handle for controlling a BookChapterControl from outside React — e.g. the platform.openBookChapterControl command opening it in response to Ctrl+B

    This export is unstable and may change shape or disappear without notice

    type BookChapterControlHandle = {
        open: () => void;
    }
    Index

    Properties

    Properties

    open: () => void

    Opens the reference dropdown and focuses its search input, ready for typing. No-op while the control is disabled.