ApiIndex.svelte

view source

Declarations
#

ApiIndex
#

ApiIndex.svelte view source

import ApiIndex from '@fuzdev/fuz_ui/ApiIndex.svelte';

library?

The library instance to render API docs for. Defaults to getting from library_context.

type Library
optional

tome?

The tome for the API docs page. Defaults to looking up the 'api' tome.

type Tome
optional default tome_get_by_slug('api')

minimal?

Whether to show minimal content (just a link to full API docs). Used when the API index is shown on a parent docs page.

type boolean
optional default false

Depends on
#