UNPKG

@datorama/akita

Version:

State Management Tailored-Made for JS Applications

19 lines 410 B
{ "$schema": "http://json-schema.org/schema", "id": "SchematicsAkitaComponent", "title": "Akita Component Options Schema", "type": "object", "properties": { "path": { "type": "string", "format": "path", "description": "The path to create the component.", "visible": false }, "feature": { "type": "boolean", "default": true } }, "required": [] }