prompt property

prompt property

Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt.

Definition:

@property
def prompt(self):
    ...
@prompt.setter
def prompt(self, value):
    ...

See Also