commonMain.io.nacular.doodle.utils.Editable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of controls Show documentation
Show all versions of controls Show documentation
A pure Kotlin, UI framework for the Web and Desktop
package io.nacular.doodle.utils
/**
* Created by Nicholas Eddy on 3/5/21.
*/
public interface Editable {
public fun cancelEditing ()
public fun completeEditing()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy