Uiapi class

Available extensions
Annotations
  • @JS('UIAPI')
  • @staticInterop
  • @anonymous

Constructors

Uiapi.new({MessageEventHandler? onmessage, void show()?, void hide()?, void resize(num, num)?, void reposition(num, num)?, void close()?, void postMessage([dynamic, UIPostMessageOptions?])?, void on(String, MessageEventHandler )?, void once(String, MessageEventHandler )?, void off(String, MessageEventHandler )?})
factory

Properties

close ↔ void Function()

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hide ↔ void Function()

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair
off ↔ void Function(String, MessageEventHandler )

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair
on ↔ void Function(String, MessageEventHandler )

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair
once ↔ void Function(String, MessageEventHandler )

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair
onmessage MessageEventHandler?

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair
postMessage ↔ void Function([dynamic, UIPostMessageOptions?])

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair
reposition ↔ void Function(num, num)

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair
resize ↔ void Function(num, num)

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show ↔ void Function()

Available on Uiapi, provided by the Uiapi$Typings extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited