frontend
    Preparing search index...

    Interface ManualModalProps

    Props for the ManualModal component.

    interface ManualModalProps {
        gamePath: string;
        onClose: () => void;
        open: boolean;
    }
    Index

    Properties

    Properties

    gamePath: string
    onClose: () => void
    open: boolean