-
-
Notifications
You must be signed in to change notification settings - Fork 331
pluto state manager for korean
kmk edited this page Dec 16, 2020
·
2 revisions
PlutoStateManager
는PlutoGrid
의 상태와 동작을 관리하는 클래스 입니다.
PlutoGrid
생성 시onLoaded
콜백 함수로 전달 받는event
매개변수로 인스턴스에 접근 할 수 있습니다.
PlutoStateManager stateManager;
var grid = PlutoGrid(
columns: columns,
rows: rows,
onLoaded: (PlutoOnLoadedEvent event) {
stateManager = event.stateManager;
},
);
The latest documentation will be updated at the link below.
https://pluto.weblaze.dev/