Documentation
    Preparing search index...

    Interface RenderableArtifact<A>

    Artifacts that are renderable, as in: can be displayed by RIA. Non-complete or erroneous artifacts are omitted here.

    interface RenderableArtifact<A extends RenderableAddress = RenderableAddress> {
        address: A;
        category: RenderableAssetArtifactCategory;
        id: AssetArtifactId;
    }

    Type Parameters

    Index

    Properties

    Properties

    address: A