Skip to content

Generate JavaScript object for a CacheEntity created for an Interface #60

@canhorn

Description

@canhorn

To the default constructor for Interfaces that have a CachedEntity create should create a default object in the JavaScript layer.
This will make it so the cached entity can be easily created and referenced.

public InterfacedCachedEntity()
{
    var entity = EventHorizonBlazorInterop.New(new string[] { "Object" }, null);
    ___guid = entity.___guid;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions