interface LogWidgetJson {
    height: Input<number>;
    properties: Input<LogWidgetPropertiesJson>;
    type: Input<"log">;
    width: Input<number>;
    x: Input<number>;
    y: Input<number>;
}

Hierarchy (view full)

Properties

height: Input<number>
properties: Input<LogWidgetPropertiesJson>
type: Input<"log">
width: Input<number>
x: Input<number>
y: Input<number>

Generated using TypeDoc