Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Parameters

    • name: string

    Returns OpacityFeel

Properties

Readonly name

name: string

Static alert

alert: Feel

Static ambient

ambient: Feel

Static contrasted

contrasted: Feel

Static covered

covered: Feel

Static darker

darker: Feel

Static default

default: Feel

Static disabled

disabled: Feel

Static embossed

embossed: Feel

Static floating

floating: Feel

Static hovering

hovering: Feel

Static inactive

inactive: Feel

Static lighter

lighter: Feel

Static navigating

navigating: Feel

Static nested

nested: Feel

Static primary

primary: Feel

Static raised

raised: Feel

Static secondary

secondary: Feel

Static selected

selected: Feel

Static translucent

translucent: Feel

Static transparent

transparent: Feel

Static warning

warning: Feel

Methods

combine

  • combine<T>(look: Look<T, any>, combination: undefined | T, value: T, weight?: number): T
  • Type parameters

    • T

    Parameters

    • look: Look<T, any>
    • combination: undefined | T
    • value: T
    • Optional weight: number

    Returns T

empty

  • Returns FeelVector

from

  • from(array: readonly [Look<unknown, never>, unknown][], index?: {}): FeelVector
  • Parameters

    • array: readonly [Look<unknown, never>, unknown][]
    • Optional index: {}
      • [name: string]: number | undefined

    Returns FeelVector

of

  • Parameters

    • Rest ...looks: [Look<unknown, never>, any][]

    Returns FeelVector

toString

  • toString(): string
  • Returns string

Generated using TypeDoc