FxComponentDescriptor class

AI-readable component metadata for generation and documentation.

Constructors

FxComponentDescriptor({required String id, required String name, required String xojoDesktopClass, String? xojoWebClass, required FxComponentSupportLevel supportLevel, String? notes})
Creates component metadata.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Stable component id.
final
name String
Public FxDesktop class or concept name.
final
notes String?
Short implementation or mapping note.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportLevel FxComponentSupportLevel
Support level for this component.
final
xojoDesktopClass String
Related Xojo Desktop class.
final
xojoWebClass String?
Related Xojo Web class, when the concept maps cleanly.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toTemplateMap() Map<String, Object?>
Stable map for JinjaX, AI agents, and docs.

Operators

operator ==(Object other) bool
The equality operator.
inherited