sparc - v1.0.1
    Preparing search index...
    interface RouteOptions {
        children: HTMDNode;
        class?: string;
        id?: string;
        onRefreshHandler?: () => void;
        path: string;
        title?: string;
    }

    Hierarchy

    Index

    Properties

    children: HTMDNode
    class?: string

    Regular HTML class names

    id?: string

    if a value is provided, sparc will not use automatic UUID generation!

    onRefreshHandler?: () => void
    path: string
    title?: string