CustomFloatAttributes


interface CustomFloatAttributes


Interface to custom float attributes

Summary

Public functions

Float
get(attribute: String!)

get the value of the attributes

Array<String!>!

Get list of attributes

Unit
set(attribute: String!, value: Float)

set the attributes

Public functions

get

Added in 2.2.0-alpha13
fun get(attribute: String!): Float

get the value of the attributes

Parameters
attribute: String!
Returns
Float

getListOfAttributes

Added in 2.2.0-alpha13
fun getListOfAttributes(): Array<String!>!

Get list of attributes

Returns
Array<String!>!

set

Added in 2.2.0-alpha13
fun set(attribute: String!, value: Float): Unit

set the attributes

Parameters
attribute: String!
value: Float