Dockview
    Preparing search index...

    Type Alias MeasuredValue

    type MeasuredValue = {
        type: "pixels" | "percentage";
        value: number;
    }
    Index

    Properties

    Properties

    type: "pixels" | "percentage"
    value: number