Skip to content

TBrand

Overview

@author Michael Kauzmann (PhET Interactive Simulations)

Type TBrand

import type { TBrand } from 'scenerystack/brand';
  • id: string
  • name: string | null
  • copyright: string | null
  • getLinks: typeof getLinks
  • additionalLicenseStatement?: string
  • logoOnBlackBackground: HTMLImageElement
  • logoOnWhiteBackground: HTMLImageElement

Source Code

See the source for TBrand.ts in the brand repository.