PCUI API Reference - v5.2.0
    Preparing search index...

    Interface IParentArgs

    The interface for arguments for elements that have children.

    interface IParentArgs {
        children?: ReactNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    children?: ReactNode

    The children of the current component.