Documentation
    Preparing search index...

    Interface AnimationPlayerRenderContext

    interface AnimationPlayerRenderContext {
        animations: (AnimationConfig & { isVideo: boolean })[];
        buttons: FormFooterButton[];
        tabs?: Record<string, Tab>;
    }

    Hierarchy

    • RenderContext
      • AnimationPlayerRenderContext
    Index

    Properties

    animations: (AnimationConfig & { isVideo: boolean })[]
    buttons: FormFooterButton[]
    tabs?: Record<string, Tab>

    Tab data prepared from an entry in ApplicationV2.TABS