Harmless

    Type Alias WhenProperties

    Properties for When component.

    type WhenProperties = {
        children: Element;
        test: () => boolean;
    }
    Index

    Properties

    Properties

    children: Element

    Th children to render if test function/signal returns true.

    test: () => boolean

    Function or signal returning a boolean. When true, then children are rendered, as long as no previous When component matched.

    MMNEPVFCICPMFPCPTTAAATR