Documentation
    Preparing search index...
    • 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.