Skip to content
On this page

Home > @plaidev/karte-action-sdk > widget > SystemConfig

widget.SystemConfig type

KARTE のシステム設定情報

Signature:

typescript
type SystemConfig = {
        apiKey?: string;
        collection_endpoint?: string;
        campaignId?: string;
        shortenId?: string;
    };