Chartbreaker
    Preparing search index...

    Type Alias PxFee

    type PxFee = {
        type: "rel" | "abs";
        value: number;
    }
    Index

    Properties

    Properties

    type: "rel" | "abs"

    Note that type rel is deprecated, it should not need to be implemented in frontends any more. Instead, type abs should always be used.

    value: number