Skip to content

Commit

Permalink
update echarts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiKingsley committed Jul 8, 2024
1 parent d23a9a9 commit 61d2e1a
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
package org.jetbrains.kotlinx.kandy.echarts.layers.aes

import org.jetbrains.kotlinx.kandy.dsl.internal.BindingHandler
import org.jetbrains.kotlinx.kandy.dsl.internal.LayerBuilder
import org.jetbrains.kotlinx.kandy.dsl.internal.bindingHandler

/**
* Interface for managing the aesthetic properties in [LayerBuilder].
*/
public interface WithAes

@PublishedApi
internal val WithAes.bindingHandler: BindingHandler
get() =(this as LayerBuilder).bindingHandler

0 comments on commit 61d2e1a

Please sign in to comment.