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

    Interface IOverlayOptions

    interface IOverlayOptions {
        className?: string;
        containerTitle?: string;
        disableCollapse?: boolean;
        id?: string;
        props?: any;
        showIcon?: boolean;
    }
    Index

    Properties

    className?: string
    containerTitle?: string
    disableCollapse?: boolean
    id?: string
    props?: any
    showIcon?: boolean