Interface IListConfigProps

interface IListConfigProps {
    showDialog?: boolean;
    srcList: string;
    srcWebUrl: string;
}

Properties

showDialog?: boolean
srcList: string
srcWebUrl: string