Kreuzcrawl.AssetCategory (kreuzcrawl v0.1.2)

Copy Markdown

The category of a downloaded asset.

Summary

Types

t()

@type t() ::
  :document
  | :image
  | :audio
  | :video
  | :font
  | :stylesheet
  | :script
  | :archive
  | :data
  | :other

Functions

archive()

@spec archive() :: t()

audio()

@spec audio() :: t()

data()

@spec data() :: t()

document()

@spec document() :: t()

font()

@spec font() :: t()

image()

@spec image() :: t()

other()

@spec other() :: t()

script()

@spec script() :: t()

stylesheet()

@spec stylesheet() :: t()

video()

@spec video() :: t()