Arguments for the server's honua_studio_set_layer_visibility tool.

interface SetVisibilityArgs {
    draftId: string;
    generation: number;
    layerId: string;
    visible: boolean;
}

Properties

draftId: string
generation: number
layerId: string
visible: boolean