ImageSourceKind

Where an Image loads its content from.
public enum ImageSourceKind

Values

NameSummary
AutoResolve from an SF Symbol first, then a bundle asset.
BundleA bundle asset name.
DataRaw encoded image bytes held in memory.
SymbolAn SF Symbol name.
UrlA remote URL loaded asynchronously.