Function controlBarMeasure

  • Parameters

    Returns {
        buttons: {
            action: () => void;
            enabled: () => boolean;
            icon: (__namedParameters: IconOptions) => Element;
            id: string;
            isOn: () => boolean;
            style: (on: boolean) => string;
            tip: string;
        }[];
        enable: () => boolean;
        id: string;
        style: string;
    }