Backstage
    Preparing search index...

    Function getNodeText

    • Recursively extracts text content from a React node tree. Returns undefined if no text content is found (e.g. icon-only children or render functions).

      Parameters

      • node: ReactNode | ((...args: any[]) => ReactNode)

      Returns string | undefined