PowerHorse Engine
    Preparing search index...
    type Scope = {
        Close: () => void;
        Destroy: () => void;
        Opened: boolean;
        Servant: Servant;
    }
    Index

    Properties

    Close: () => void
    Destroy: () => void
    Opened: boolean
    Servant: Servant