Search Docs
Loading...
Skip to content

Type Alias: UserInterfaceCustomActionIconName

type UserInterfaceCustomActionIconName = "default" | "download" | "upload" | "save" | string & object;

Type representing the name of a custom action icon.

  • default: Default icon.
  • download: Download icon.
  • upload: Upload icon.
  • save: Save icon.
  • Any other string: Custom icon name.