Package-level declarations
Types
Link copied to clipboard
interface ClassAccessorDecoratorContext<This : ERROR CLASS: Symbol not found for JsAny, Value : ERROR CLASS: Symbol not found for JsAny>
Context provided to a class accessor field decorator.
Link copied to clipboard
Context provided to a class decorator.
Link copied to clipboard
interface ClassFieldDecoratorContext<This : ERROR CLASS: Symbol not found for JsAny, Value : ERROR CLASS: Symbol not found for JsAny>
Context provided to a class field decorator.
Link copied to clipboard
interface ClassGetterDecoratorContext<This : ERROR CLASS: Symbol not found for JsAny, Value : ERROR CLASS: Symbol not found for JsAny>
Context provided to a class getter decorator.
Link copied to clipboard
interface ClassMethodDecoratorContext<This : ERROR CLASS: Symbol not found for JsAny, Value : JsFunction<*, *>>
Context provided to a class method decorator.
Link copied to clipboard
interface ClassSetterDecoratorContext<This : ERROR CLASS: Symbol not found for JsAny, Value : ERROR CLASS: Symbol not found for JsAny>
Context provided to a class setter decorator.
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
val ERROR CLASS: Symbol not found for DecoratorContextKind.Companion.accessor: DecoratorContextKind.accessor
Link copied to clipboard
val ERROR CLASS: Symbol not found for DecoratorContextKind.Companion.class: DecoratorContextKind.class
Link copied to clipboard
val ERROR CLASS: Symbol not found for DecoratorContextKind.Companion.field: DecoratorContextKind.field
Link copied to clipboard
val ERROR CLASS: Symbol not found for DecoratorContextKind.Companion.getter: DecoratorContextKind.getter
Link copied to clipboard
val ERROR CLASS: Symbol not found for DecoratorContextKind.Companion.method: DecoratorContextKind.method
Link copied to clipboard
val ERROR CLASS: Symbol not found for DecoratorContextKind.Companion.setter: DecoratorContextKind.setter