ThreePipe
    Preparing search index...

    Function extractAnimationKey

    • Parameters

      • o: IAnimationObject<any>
      • OptionalextraGetters: Record<
            string,
            (
                key: string,
                acc: string[],
            ) => undefined | { acc: string[]; onChange?: () => void; tar: any },
        >

      Returns
          | { key: undefined; onChange?: undefined; tar: any }
          | { key: string; onChange: undefined | (() => void); tar: any }