@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Interface SmartResponseComponentModel

    interface SmartResponseComponentModel {
        active?: boolean;
        busy?: boolean;
        prompt?: any;
        strings?: { header?: string; noresults?: string };
        summary?: SmartResponseResponse;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active?: boolean
    busy?: boolean
    prompt?: any
    strings?: { header?: string; noresults?: string }