INodeWithEdit 인터페이스

정의

노드가 편집 가능 여부와 새 이름을 처리할 수 있는지 표시할 수 있게 합니다.

public interface class INodeWithEdit
public interface INodeWithEdit
type INodeWithEdit = interface
Public Interface INodeWithEdit

속성

Name Description
Editable

노드가 편집을 지원하는지 여부를 나타내는 값을 받습니다.

메서드

Name Description
Edit(String)

컨트롤 이름을 수정합니다.

적용 대상