schema property

ComponentSchema get schema

The component's full portable schema. The default wraps type and propertySchema; override to add docs, an icon, or former type names.

Implementation

ComponentSchema get schema =>
    ComponentSchema(type, properties: propertySchema);