Type alias ScriptureItemDetail

ScriptureItemDetail: ScriptureSelection & {
    detail: string;
}

Information (e.g., a checking error or some other type of "transient" annotation) about something noteworthy at a specific place in an instance of the Scriptures.

Type declaration

  • detail: string

    Text of the error, note, etc. In the future, we might want to support something more than just text so that a JSX element could be provided with a link or some other controls related to the issue being reported.