Options
All
  • Public
  • Public/Protected
  • All
Menu

Module u-meta

Index

Functions

  • getBasePropertyNames(): string[]
  • Get an array of all the base property names that are shared between all components.

    Returns string[]

  • getComponentTypes(): string[]
  • Get array of all internal component names. May include names of custom components withing the current project.

    Returns string[]

  • Get an array of all the property names for the given component type.

    Parameters

    • componentType: ComponentType

      The component type to get the properties for.

    Returns string[]

  • Get an array of all the property names for the given component type that are available at runtime from JavaScript.

    Parameters

    • componentType: ComponentType

      The component type to get the properties for.

    Returns string[]

  • getUnimplementedLibProperties(): Object
  • Get an object of all the properties for every component, that are not exposed in Umajin LibJS.

    Returns Object

  • getUnimplementedProperties(): Object
  • Get an object of all the properties for every component, that are not exposed to JavaScript.

    Returns Object