封鎖 >「Connection」(連線) >disconnectInternal
Connection.disconnectInternal() 方法
請將這個連線連結的兩個區塊中斷連線。
Signature:
protected disconnectInternal(setParent?: boolean): void;
參數
參數 | 類型 | 說明 |
---|---|---|
setParent | 布林值 | (選用) 選擇是否要設定已中斷連結區塊的父項,預設為 true。如未設定父項,請確認後續動作才會執行,否則檢視畫面和模型將不會同步。 |
傳回:
void