Interface ConfigurablePromptOption

All Superinterfaces:
InheritablePrompt, PresettablePrompt<PromptOption>, PromptOption

@Experimental public interface ConfigurablePromptOption extends PresettablePrompt<PromptOption>, InheritablePrompt, PromptOption
Object for configuring a specific PromptOption.

Please note that currently you can not overwrite the definition of inherited options, use InheritablePrompt.isInherited() and InheritablePrompt.getSourceType() to check for the source of this option.

Since:
5.2.241209