sparkengineweb
    Preparing search index...

    Interface BaseEntityProps

    interface BaseEntityProps {
        components?: WithType<ComponentProps>[];
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    components?: WithType<ComponentProps>[]
    name?: string