draft property

bool? draft
getter/setter pair

If this flag is set to true, the exported deployment state file will be the draft state.

This will enable the draft file to be validated before copying it over to the working state on unlock.

Optional.

Implementation

core.bool? draft;