@oneblink/sdk-core
    Preparing search index...

    Type Alias FormElementOptionSetEnvironmentUrl

    FormElementOptionSetEnvironmentUrl: FormElementEnvironmentUrl & {
        searchQuerystringParameter?: string;
    }

    Type declaration

    • OptionalsearchQuerystringParameter?: string

      If specified, a request will be made to the "url" with this querystring parameter assigned the value typed into an "autocomplete" type form element input allowing the options to be filtered on the server, otherwise the response is expected to include all available options.