ConfirmAction constant

IriTerm const ConfirmAction

IRI for schema:ConfirmAction

The act of notifying someone that a future event/action is going to happen as expected.\n\nRelated actions:\n\n* {CancelAction}: The antonym of ConfirmAction.

Implementation

static const ConfirmAction = IriTerm.prevalidated(
  'https://schema.org/ConfirmAction',
);