封鎖 >連線 >getParentAndChildConnections
Connection.getParentAndChildConnections() 方法
傳回父項連線 (優化) 和子項連線 (較差),因為這個連線及其所連線的連線。
Signature:
protected getParentAndChildConnections(): {
parentConnection?: Connection;
childConnection?: Connection;
};
傳回:
{ parentConnection?:連線;childConnection?:連線;}
父項連線和子項連線,因為這個連線和其所連線的連線。