[][src]Module jss::traits

Traits

TParseStyleMiddleware

Parsing middleware an style object

TParseStylesheetMiddleware

Parsing middleware an stylesheet object

TStyle

Operation over component - set and remove style properties

TStyleCollect

Collecting/Save/Get finalized properties after calculation runtime middlewares, expressions, custom functions and other things. That return processed properties and warning errors

TStyleContext

Manipulate runtime context of current style - work with active element dimensions, set variables for runtime calculation and other data needed in runtime

TStyleStates

Enabled states of current style, for create valid style by enabled states Example: "default"+"hover", "default"+"active", "default"+"focus", etc.. states ordering by prority - each subsequent state overlaps the properties of the previous state by key/value properties