interface ActiveStandardNodeProps {
    children?: ReactNode;
    nodeNameOrAddress?: string;
}

Hierarchy

  • PropsWithChildren
    • ActiveStandardNodeProps

Properties

children?: ReactNode
nodeNameOrAddress?: string