Bindable Declaration
Inheritors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
fun BindableDeclaration.asyncMap(name: String, keyType: INonNullableScalar, valueType: INonNullableScalar): Member.Reactive.Stateful.AsyncMap
Link copied to clipboard
fun BindableDeclaration.asyncProperty(name: String, valueType: IScalar): Member.Reactive.Stateful.AsyncProperty
Link copied to clipboard
fun BindableDeclaration.asyncSet(name: String, itemType: INonNullableScalar): Member.Reactive.Stateful.AsyncSet
Link copied to clipboard
fun BindableDeclaration.call(name: String, paramType: IScalar, resultType: IType): Member.Reactive.Task
Link copied to clipboard
fun BindableDeclaration.callback(name: String, paramType: IScalar, resultType: IType): Member.Reactive.Task
Link copied to clipboard
fun Declaration.const(name: String, type: PredefinedType.bool, value: Boolean): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.double, value: Double): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.float, value: Float): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.short, value: Short): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.string, value: String): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.ubyte, value: UByte): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.ulong, value: ULong): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.ushort, value: UShort): Member.Const.Integral
fun Declaration.const(name: String, type: ScalarAttributedType<PredefinedType>, value: String): Member.Const.Integral
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun BindableDeclaration.map(name: String, keyType: INonNullableScalar, valueType: INonNullable): Member.Reactive.Stateful.Map
Link copied to clipboard
fun BindableDeclaration.property(name: String, defaultValue: Member.Const): Member.Reactive.Stateful.Property
fun BindableDeclaration.property(name: String, defaultValue: TypeWithValue): Member.Reactive.Stateful.Property
fun BindableDeclaration.property(name: String, defaultValue: Boolean): Member.Reactive.Stateful.Property
fun BindableDeclaration.property(name: String, defaultValue: Double): Member.Reactive.Stateful.Property
fun BindableDeclaration.property(name: String, defaultValue: Int): Member.Reactive.Stateful.Property
fun BindableDeclaration.property(name: String, defaultValue: String): Member.Reactive.Stateful.Property
fun BindableDeclaration.property(name: String, defaultValue: Member.Const, vararg attributes: KnownAttrs): Member.Reactive.Stateful.Property
fun BindableDeclaration.property(name: String, valueType: ScalarAttributedType<PredefinedType.string>, defaultValue: String): Member.Reactive.Stateful.Property
Link copied to clipboard
Link copied to clipboard
fun BindableDeclaration.set(name: String, itemType: INonNullableScalar): Member.Reactive.Stateful.Set
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard