DependencyType

public enum DependencyType

Although dependencies use more CSS or JavaScript, this enum is used more for adding the CSS of the dependeny to the head of the page and the JavaScript below the footer of the page.

  • Defines the CDN links of the dependency as linking to JavaScript.

    Declaration

    Swift

    case javaScript
  • css

    Defines the CDN links of the dependency as linking to CSS.

    Declaration

    Swift

    case css