Package-level declarations
KVision core classes. This includes base interfaces for all components, CSS enums (for colors, borders, backgrounds, fonts, text and position) and the main Widget class.
Types
Link copied to clipboard
data class PopoverOptions(val content: String? = null, val title: String? = null, val rich: Boolean? = null, val animation: Boolean? = null, val delay: Int? = null, val hideDelay: Int? = null, val placement: Placement? = null, val triggers: List<Trigger>? = null, val sanitize: Boolean? = null)
Popover options.
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Disables popover for the current widget.
Link copied to clipboard
Disables tooltip for the current widget.
Link copied to clipboard
Enables popover for the current widget.
Link copied to clipboard
Enables tooltip for the current widget.
Link copied to clipboard
Hides popover for the current widget.
Link copied to clipboard
Hides tooltip for the current widget.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Shows popover for the current widget.
Link copied to clipboard
Shows tooltip for the current widget.
Link copied to clipboard
Convert PopoverOptions to JavaScript JSON object.
Convert TooltipOptions to JavaScript JSON object.