prompt_text property

FieldAsk.prompt_text property

Gets or sets the prompt text (the title of the prompt window).

@property
def prompt_text(self) -> str:
    ...

@prompt_text.setter
def prompt_text(self, value: str):
    ...

See Also