GalleryApplicationCustomActionParameterType type

Hiermee geeft u het type van de aangepaste actieparameter. Mogelijke waarden zijn: String, ConfigurationDataBlob of LogOutputBlob

type GalleryApplicationCustomActionParameterType =
  | "String"
  | "ConfigurationDataBlob"
  | "LogOutputBlob"