meo-canvas - v9.0.2
    Preparing search index...

    Type Alias RootNodeProps

    RootNodeProps: Omit<
        RootProps,
        "children"
        | "pages"
        | "duration"
        | "fps"
        | "pagedChildren",
    > & { children?: Children | Children[] }

    Props a RootProps render is reduced to before a RootNode is built.

    A node draws one page, so it never sees the builder form: Root resolves the sequence first and constructs one node per page with that page's already-built children.

    Type Declaration

    • Optionalchildren?: Children | Children[]

      The tree for one page, already resolved — a builder has been run by the time this is built.