Skip to content

[feature] Extend the remote page to add custom page properties #69

@matijaleskovic

Description

@matijaleskovic

Is your feature request related to a problem? Please describe.
I can't create any custom remote next pages with some additional page properties (so that the export model.json works as expected and exports these new fields) as I can't extend the PageImpl.class which is inside the internal package. Also, delegate can't be used. The only custom property available currently is the SPA url that's from the remote page itself.

Describe the solution you'd like
I'd like to be able to easily extend the behavior of the existing remote next page and to add additional page properties.

Describe alternatives you've considered
The only solution I see now is to have the internal package inside the codebase and then use it (hopefully I'm not missing something).

Additional context
It should be clear enough, if any additional context is required, let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions