pre-change of README.md

This commit is contained in:
Kira Dmitrieva 2021-08-22 14:56:31 +03:00
parent 5f07bf1920
commit 51b8ae279a

View File

@ -2,18 +2,20 @@
Inheritance is an ability of an element to transfer a pack of properties to its `children` elements 'wrapped inside'.
`VisionBase`
Properties have to be set in a specific order:
### Main properties' inheritance:
* styles
* styles - `StyleSheet`
* parents
* parent's styles
* defaults
`SolidReference`
As for `prototypes`, this property has to be set after styles, but before parents. So the order will be this:
### Reference properties' inheritance:
* styles
* prototypes
* prototypes - `PrototypeHolder` in `SolidGroup`
* parents
* parent's styles
* defaults