Skip to content

Support advanced types in fields and functions #1346

Description

@TwitchBronBron

We should add support for type system types in the field type attribute, and referencing actual functions in field onchange event and customization handlers and interface function

<component >
    <interface>
        <field id="state" type="mynamespace.enums.State" onchange="someNamespace.someCallback" />
        <function name="someNamespace.someFunction" />
    </interface>
    <customization suspendhandler="someNamespace.someFunction" />
    <customization resumehandler="someNamespace.someFunction" />
</component>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions