public class ComponentDefinition extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Type> |
component |
Objs.Property<Function> |
loader |
Objs.Property<String> |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
ComponentDefinition(Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static ComponentDefinition |
$as(Object obj) |
Type |
component() |
Function |
loader() |
String |
type() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic Objs.Property<String> type
public Objs.Property<Function> loader
public Objs.Property<Type> component
protected ComponentDefinition(Objs.Constructor<?> c, Object js)
public static ComponentDefinition $as(Object obj)
public String type()
public Function loader()
public Type component()
Copyright © 2018. All rights reserved.