You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2018. It is now read-only.
`obj.block` | `string` | The block name of entity.
112
+
`obj.elem` | `string` | The element name of entity.
113
+
`obj.mod` | `string`, `object` | The modifier of entity.<br><br> If specified value is `string` then it will be equivalent to `{ name: string, val: true }`.
114
+
`obj.mod.name`| `string` | The modifier name of entity.
115
+
`obj.mod.val` | `*` | The modifier value of entity.
128
116
129
117
### block
130
118
@@ -196,13 +184,12 @@ modName.type; // elemMod
196
184
197
185
### isEqual(entityName)
198
186
199
-
Determines whether specified entity is the deepEqual entity.
0 commit comments