sparkengineweb
    Preparing search index...

    Interface IComponent

    interface IComponent {
        uuid: string;
        getContainer(): undefined | IEntity;
        setContainer(container: IEntity): void;
        toJson(): WithType<ComponentProps>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    uuid: string

    Methods