ActiveListProps<T>

TYPE DEFINITION

The properties for the ActiveList React component.

It has all properties the ActiveListConfig has, plus a children property which is a render function which is given the current ActiveList state to render.

Since 1.0.0

Extends ActiveListConfig<T>

Properties

  • children

    A render function which accepts an ActiveList from @uiloos/core as a parameter.

    Since 1.0.0

    Signature

    children(
    activeContent : ActiveList<T>
    ): ReactNode

    Parameters

    activeContent: ActiveList<T>

    The ActiveList from @uiloos/core