()
| 826 | |
| 827 | class SlugPropsObject extends TreemaNode.nodeMap.object { |
| 828 | getPropertyKey () { |
| 829 | const res = super.getPropertyKey(...arguments) |
| 830 | if ((this.workingSchema.properties != null ? this.workingSchema.properties[res] : undefined) != null) { return res } |
| 831 | return _.string.slugify(res) |
| 832 | } |
| 833 | } |
| 834 | |
| 835 | class TaskTreema extends TreemaNode.nodeMap.string { |
nothing calls this directly
no outgoing calls
no test coverage detected