platform-bible-react
    Preparing search index...

    Type Alias BookChapterControlProps

    type BookChapterControlProps = {
        className?: string;
        getActiveBookIds?: () => string[];
        handleSubmit: (scrRef: SerializedVerseRef) => void;
        scrRef: SerializedVerseRef;
    }
    Index

    Properties

    className?: string

    Optional additional class name for styling

    getActiveBookIds?: () => string[]

    Function to retrieve active book IDs

    handleSubmit: (scrRef: SerializedVerseRef) => void

    Function to handle the submission of selected references

    scrRef: SerializedVerseRef

    The current scripture reference