Function controlBarMeasure
- controlBarMeasure(
settings: React.Settings.Settings,
measure: { active: boolean; clear: () => void; toggle: () => void },
): {
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;
} 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;
}