@datatrue/api
    Preparing search index...

    Interface StepSettings

    interface StepSettings {
        exclude_filter?: string;
        include_filter?: string;
        include_url_hash?: boolean;
        obey_robots?: boolean;
        page_depth?: number;
        page_limit?: number;
        strategy?: StepStrategies;
        template_detection?: boolean;
    }
    Index

    Properties

    exclude_filter?: string
    include_filter?: string
    include_url_hash?: boolean
    obey_robots?: boolean
    page_depth?: number
    page_limit?: number
    strategy?: StepStrategies
    template_detection?: boolean