mode.getBreakpoint()Get the breakpoint that drives a variable mode. Automatic modes return their BreakpointId. Manual modes return null.
Promise<BreakpointId | null>: "xxl" | "xl" | "large" | "main" | "medium" | "small" | "tiny"
A Promise that resolves to the BreakpointId for an automatic mode, or null for a manual mode.
A getBreakpoint call rejects with a VariableModeInvalid error when the mode no longer exists or has been removed (Variable mode with id "X" not found).
Catch this error to recover gracefully and surface the message to the user.