StyleR

StyleR sets the style for all values using a reference.

carapace.ActionValues(
	"one",
	"two",
).StyleR(&style.Carapace.KeywordAmbiguous)

Using a reference avoids having to wrap the Action in an ActionCallback as style configurations are not yet loaded when registering the completion.