Interface IFrameProps

interface IFrameProps {
    add_session_context?: boolean;
    height?: string;
    src: null | string;
    width?: string;
}

Properties

add_session_context?: boolean
height?: string
src: null | string
width?: string