Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ui/core/properties"

Index

Variables

Const unsetValue

unsetValue: any

Functions

_evaluateCssCalcExpression

  • _evaluateCssCalcExpression(value: string): string

_evaluateCssVariableExpression

  • _evaluateCssVariableExpression(view: ViewBase, cssName: string, value: string): string

Private _getProperties

  • _getProperties(): Property<any, any>[]

Private _getStyleProperties

  • _getStyleProperties(): CssProperty<any, any>[]

clearInheritedProperties

  • clearInheritedProperties(view: ViewBase): void

getComputedCssValues

  • getComputedCssValues(view: ViewBase): [string, any][]

getSetProperties

  • getSetProperties(view: ViewBase): [string, any][]

initNativeView

isCssCalcExpression

  • isCssCalcExpression(value: string): boolean

isCssVariable

  • isCssVariable(property: string): boolean

isCssVariableExpression

  • isCssVariableExpression(value: string): boolean

makeParser

  • makeParser<T>(isValid: function): function
  • Type parameters

    • T

    Parameters

    • isValid: function
        • (value: any): boolean
        • Parameters

          • value: any

          Returns boolean

    Returns function

      • (value: any): T
      • Parameters

        • value: any

        Returns T

makeValidator

  • makeValidator<T>(...values: T[]): function

propagateInheritableCssProperties

  • propagateInheritableCssProperties(parentStyle: Style, childStyle: Style): void

propagateInheritableProperties

resetCSSProperties

  • resetCSSProperties(style: Style): void

resetNativeView

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