Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IInstruction

    interface IInstruction {
        data?: string | Buffer<ArrayBufferLike>;
        destination?: string;
        key?: string;
        path?: string;
        rule?: any;
        section?: string;
        source?: string;
        submoduleType?: string;
        type: InstructionType;
        value?: any;
    }
    Index

    Properties

    data?: string | Buffer<ArrayBufferLike>
    destination?: string
    key?: string
    path?: string
    rule?: any
    section?: string
    source?: string
    submoduleType?: string
    value?: any