Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:store_version"
links: { fx:property_helpers: PropertyHelpers; fx:store_versions: StoreVersions; self: StoreVersion }

Type declaration

props: { cart_types: {}; changelog_blog_url: string; changelog_content: string; changelog_url: string; date_created: null | string; date_modified: null | string; is_beta: boolean; is_visible: boolean; version: string; version_date: string }

Type declaration

  • cart_types: {}

    A JSON object for various cart types supported by this version. Examples include colorbox with links to the JavaScript library, FoxyCart JavaScript files, and FoxyCart CSS files.

    • [key: string]: { css: string[]; javascript: string[]; javascript_library: [] | { name: string; url: string; version: string } }
      • css: string[]

        Links to FoxyCart CSS files.

      • javascript: string[]

        Links to FoxyCart JS files.

      • javascript_library: [] | { name: string; url: string; version: string }

        JS library needed for FoxyCart JS files to work. If none is needed, this will be an empty array.

  • changelog_blog_url: string

    The full URL of the blog post describing the new release.

  • changelog_content: string

    Full content of the changelog as HTML

  • changelog_url: string

    The full URL of the changelog.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • is_beta: boolean

    If this version is currently considered a beta release.

  • is_visible: boolean

    If this version is currently visible in the FoxyCart admin. At times, FoxyCart may launch a private beta of the latest version.

  • version: string

    Human readable store version string.

  • version_date: string

    The date this version was publicly released.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc