@devgateway/wp-react-lib
    Preparing search index...

    Interface Dimension

    interface Dimension {
        field: string | null;
        label: string;
        labels: Record<string, any>;
        type: string;
        value: string;
    }
    Index

    Properties

    field: string | null
    label: string
    labels: Record<string, any>
    type: string
    value: string