@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
11 lines (10 loc) • 327 B
TypeScript
import type { ServiceModelProperties } from "../common/ServiceModelProperties.js";
/**
* Configuration for a user preferences component.
*/
export interface UserPreferencesModelProperties extends ServiceModelProperties {
/**
* The amount of time we debounce the save operation for.
*/
saveDelay?: number;
}