questionId property

String? questionId
getter/setter pair

Read only.

The question ID. On creation, it can be provided but the ID must not be already used in the form. If not provided, a new ID is assigned.

Implementation

core.String? questionId;