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

Hierarchy

  • RenderContext
    • AnimationPlayerRenderContext

Properties

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

Tab data prepared from an entry in ApplicationV2.TABS