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

Hierarchy

  • RenderContext
    • AnimationConfigRenderContext

Properties

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

Tab data prepared from an entry in ApplicationV2.TABS