Interface ChatViewOptions

interface ChatViewOptions {
    containerId?: string;
    only?: boolean;
}

Properties

Properties

containerId?: string

target element 안으로 iframe을 삽입하기 위한 id값 chatview only 옵션이 true 일 경우 container 너비, 높이에 맞게 렌더링됩니다. containerId 옵션을 적지 않으면 디바이스 크기에 맞게 렌더링됩니다.

only?: boolean

true를 설정할 경우 아래 옵션값들이 적용됩니다. false를 설정할 경우 아래 옵션들은 적용되지 않습니다.