GitHubPixels Website
  • Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • @systemic-games/pixels-edit-animation
  • getEditWidgetsData

Function getEditWidgetsData

  • getEditWidgetsData<T>(editObj, opt?): EditWidgetData[]
  • Iterate other the properties of the given Editable object and returns the corresponding list of widgets data.

    Type Parameters

    • T extends object

    Parameters

    • editObj: T

      The edit animation object for which to get the widgets data.

    • Optionalopt: Readonly<{
          exclude?: string[];
          onUpdate?: ((key: keyof T, value: T[keyof T], oldValue: T[keyof T]) => void);
      }>

    Returns EditWidgetData[]

    An array of EditWidgetData.

    • Defined in pixels-edit-animation/src/getEditWidgetsData.ts:73

Settings

Member Visibility
GitHubPixels Website
Documentation
  • Loading...

Generated using TypeDoc