/**	Options for the sectionIndexer add-on. */
interface mmOptionsSectionindexer {

	/** Whether or not to automatically append a section indexer to the menu. */
	add ?: boolean

	/** Where to add the section indexer(s). */
	addTo ?: string
}
