Kreuzcrawl. AssetCategory
(kreuzcrawl v0.3.0-rc.43)
Copy Markdown
The category of a downloaded asset.
Summary
Functions
An archive file (ZIP, TAR, etc.).
An audio file.
A data file (JSON, XML, CSV, etc.).
A document file (PDF, DOC, etc.).
A font file.
An image file.
An unrecognized asset type.
A JavaScript file.
A CSS stylesheet.
A video file.
Types
Functions
@spec archive() :: t()
An archive file (ZIP, TAR, etc.).
@spec audio() :: t()
An audio file.
@spec data() :: t()
A data file (JSON, XML, CSV, etc.).
@spec document() :: t()
A document file (PDF, DOC, etc.).
@spec font() :: t()
A font file.
@spec image() :: t()
An image file.
@spec other() :: t()
An unrecognized asset type.
@spec script() :: t()
A JavaScript file.
@spec stylesheet() :: t()
A CSS stylesheet.
@spec video() :: t()
A video file.