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

    Interface IBannerOptions

    interface IBannerOptions {
        condition?: (props: any) => boolean;
        onClick?: () => void;
        props?: { [key: string]: (state: any) => any };
    }
    Index

    Properties

    condition?: (props: any) => boolean
    onClick?: () => void
    props?: { [key: string]: (state: any) => any }