@suluk/journeys - v0.4.0
    Preparing search index...

    Interface OutlineRenderOptions

    interface OutlineRenderOptions {
        only?: string[];
        feature?: string;
    }
    Index

    Properties

    Properties

    only?: string[]

    only render these operations (by name); default all.

    feature?: string