platform-bible-react
    Preparing search index...

    Interface MarkerMenuProps

    Props for the marker menu component

    interface MarkerMenuProps {
        localizedStrings: MarkerMenuLocalizedStrings;
        markerMenuItems: MarkerMenuItem[];
    }
    Index

    Properties

    localizedStrings: MarkerMenuLocalizedStrings

    Localized strings to pass through for the marker menu

    markerMenuItems: MarkerMenuItem[]

    A list of the marker menu items which can either be a marker to insert or some basic command actions