Skip to main content

PlannedActivityPosition

Enum with the valid positions for a planned plannedActivity.

enum PlannedActivityPosition {
AFTER_DAYCARE
AS_FIRST_BLOCK
AS_LAST_BLOCK
BEFORE_DAYCARE
}

Values

PlannedActivityPosition.AFTER_DAYCARE

Activity will be added after the daycare block.

PlannedActivityPosition.AS_FIRST_BLOCK

Activity will be added at the beginning of the tour.

PlannedActivityPosition.AS_LAST_BLOCK

Activity will be added at the end of the tour.

PlannedActivityPosition.BEFORE_DAYCARE

Activity will be added before the daycare block.

Member Of

AddPlannedActivityInput input ● PlannedActivity object ● UpdatePlannedActivityInput input