Interface ApplyPresetIntent

interface ApplyPresetIntent {
    kind: "apply-preset";
    preset: LinkedViewPresetName;
    viewId?: string;
}

Hierarchy

  • IntentBase
    • ApplyPresetIntent

Properties

Properties

kind
viewId?: string