Context available when generating documentation for a wiki in markdown format

interface ElementFilter {
    file?: RegExp;
    fuzzy?: boolean;
    type?: TypeElementKind;
}

Properties

Properties

file?: RegExp

In case names collide, you can use this to further distinguish between them

fuzzy?: boolean

Whether to use fuzzy matching for the element name

In case names collide, you can use this to further distinguish between them, by specifying the kind you search for