windease API reference - v0.6.0
    Preparing search index...

    Interface ChromeArgs

    interface ChromeArgs {
        children: ReactNode;
        node: Node;
    }
    Index

    Properties

    Properties

    children: ReactNode

    Recursively-rendered subtree if node has a container capability, null otherwise. Chrome handlers decide where in their template to mount the subtree (e.g. inside a tray region).

    node: Node