Finds the first Choice in the Story whose id matches the provided id. Returns undefined if no matching Choice can be found.
id
undefined
The id of the Choice to find.
The collection of Choice data to search.
Generated using TypeDoc
Finds the first Choice in the Story whose
id
matches the providedid
. Returnsundefined
if no matching Choice can be found.