[#BaseIndex-CustomOptions] = xref:BaseIndex.adoc[BaseIndex]::CustomOptions :relfileprefix: ../ :mrdocs: Return custom notification options for index. == Synopsis Declared in `<index/base.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] virtual xref:interfaces/Chain.adoc[interfaces::Chain::NotifyOptions] CustomOptions(); ---- == Return Value The notification options requested by this index. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#