Returns {
conditionChoices: { [k: string]: any };
conditionConfigFields: {};
conditionConfigPartials: {};
conditionsNeedValue: {};
conditionValueHints: {};
hookChoices: { [k: string]: any };
localizedConditionsByHook: {};
localizedSubConditionsByMetaType: {};
metaConditions: {};
outcomeChoices: { [k: string]: any };
outcomeConfigPartials: {};
scopeableConditions: {};
targetScopeChoices: {};
}
Same object shape as prepareTriggerChoices
Build trigger option choices for a consumer type. Drop-in replacement for prepareTriggerChoices(documentType) — returns the same shape.