Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CssAnimationPropertyOptions<T, U>

Type parameters

  • T

  • U

Hierarchy

  • CssAnimationPropertyOptions

Index

Properties

Optional cssName

cssName: string

Optional defaultValue

defaultValue: U

Optional equalityComparer

equalityComparer: function

Type declaration

    • (x: U, y: U): boolean
    • Parameters

      • x: U
      • y: U

      Returns boolean

name

name: string

Optional valueChanged

valueChanged: function

Type declaration

    • (target: T, oldValue: U, newValue: U): void
    • Parameters

      • target: T
      • oldValue: U
      • newValue: U

      Returns void

Optional valueConverter

valueConverter: function

Type declaration

    • (value: string): U
    • Parameters

      • value: string

      Returns U

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method